From 42544cf145c80ce2f0afe5c2d8e28cbad455603e Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Thu, 17 Jul 2025 19:57:20 +0200 Subject: [PATCH] Add debug --- test_runner/random_ops/test_random_ops.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,