From 0a0595b98dc60b3db56783b6c4bd84b3ee5493b9 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Wed, 2 Nov 2022 15:22:38 +0000 Subject: [PATCH] test_backward_compatibility: assign random port to compute (#2738) --- test_runner/regress/test_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_compatibility.py b/test_runner/regress/test_compatibility.py index 1f0940cab7..100027048f 100644 --- a/test_runner/regress/test_compatibility.py +++ b/test_runner/regress/test_compatibility.py @@ -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 = (