diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index 167ffdfc2f..92db4eacb9 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -531,7 +531,8 @@ class NeonProject: if ep.type == "read_write": new_branch.connection_parameters["host"] = ep.host break - + # XXX do not merge + log.info("%s", new_branch.connection_parameters) with psycopg2.connect( host=new_branch.connection_parameters["host"], port=5432,