Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 13, 2024
1 parent 09a2775 commit a703475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a703475

Please sign in to comment.