Skip to content

New property PostrgsNode::port_manager #264

Open
@dmitry-lipetsk

Description

@dmitry-lipetsk

Our PostgresNode has the RO-property os_ops:

testgres/testgres/node.py

Lines 310 to 314 in 44d61c2

@property
def os_ops(self) -> OsOperations:
assert self._os_ops is not None
assert isinstance(self._os_ops, OsOperations)
return self._os_ops

I think we should have the RO-property port_manager, too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions