Skip to content

Commit 0c3d983

Browse files
fix: TestTestgresCommon::test_node_app__make_empty_with_explicit_port is corrected
Do not release port within cycle! All the reserved ports are released in finally section.
1 parent ba01241 commit 0c3d983

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_testgres_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,6 @@ def test_node_app__make_empty_with_explicit_port(self, node_svc: PostgresNodeSer
25522552
e
25532553
))
25542554
assert node.status() == NodeStatus.Stopped
2555-
node_app.port_manager.release_port(port)
25562555
continue
25572556

25582557
assert node.status() == NodeStatus.Running

0 commit comments

Comments
 (0)