tests/clickhouse-test: better english in comment

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2024-08-08 13:00:07 +02:00
parent 420f97c850
commit 979f93df12

View File

@ -415,8 +415,8 @@ def cleanup_child_processes(pid):
)
# Due to start_new_session=True, it is not enough to kill by PGID, we need
# to look at children processes as well.
# But we are hoping that nobody create session in the tests (though it is
# possible via timeout(), but we assuming that they will be killed by
# But we are hoping that nobody creates session in the tests (though it is
# possible via timeout(), but we are assuming that they will be killed by
# timeout).
processes = subprocess.check_output(
f"pgrep --parent {pid}", shell=True, stderr=subprocess.STDOUT