mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
test_backward_compatibility: assign random port to compute (#2738)
This commit is contained in:
committed by
GitHub
parent
e56d11c8e1
commit
0a0595b98d
@@ -177,7 +177,7 @@ def test_backward_compatibility(
|
||||
cli.raw_cli(["start"])
|
||||
request.addfinalizer(lambda: cli.raw_cli(["stop"]))
|
||||
|
||||
result = cli.pg_start("main")
|
||||
result = cli.pg_start("main", port=port_distributor.get_port())
|
||||
request.addfinalizer(lambda: cli.pg_stop("main"))
|
||||
except Exception:
|
||||
breaking_changes_allowed = (
|
||||
|
||||
Reference in New Issue
Block a user