Skip to content

New property PostgresNode::port_manager #264

@dmitry-lipetsk

Description

@dmitry-lipetsk
Collaborator

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.

Activity

added a commit that references this issue on Jun 23, 2025
added a commit that references this issue on Jun 23, 2025
2512835
changed the title [-]New property PostrgsNode::port_manager[/-] [+]New property PostgresNode::port_manager[/+] on Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @dmitry-lipetsk

      Issue actions

        New property PostgresNode::port_manager · Issue #264 · postgrespro/testgres