mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
tests/clickhouse-test: better english in comment
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
420f97c850
commit
979f93df12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user