From a703475241d9f892750971a4784a4bf4a31e131d Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Fri, 13 Dec 2024 18:39:10 +0100 Subject: [PATCH] Debug --- tests/memory_leak.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/memory_leak.py b/tests/memory_leak.py index a5c9a47c0..78fdd2378 100644 --- a/tests/memory_leak.py +++ b/tests/memory_leak.py @@ -124,8 +124,8 @@ def query_and_queryable(query_cmd, queryable_cmd): time.sleep(2) if z_queryable_process.poll() is None: # send SIGINT to group - #z_quaryable_process_gid = os.getpgid(z_queryable_process.pid) - #os.killpg(z_quaryable_process_gid, signal.SIGINT) + z_quaryable_process_gid = os.getpgid(z_queryable_process.pid) + # os.killpg(z_quaryable_process_gid, signal.SIGINT) # Wait for z_queryable to finish z_queryable_process.wait()