Fix clickhouse-test useless 5 second delay in case of multiple threads are used

Fixes: #66411
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2024-10-25 21:01:04 +02:00
parent aaca3b6156
commit 786ba7a2b0

View File

@ -2684,8 +2684,6 @@ def do_run_tests(jobs, test_suite: TestSuite):
if not p.is_alive(): if not p.is_alive():
processes.remove(p) processes.remove(p)
sleep(5)
run_tests_array( run_tests_array(
( (
test_suite.sequential_tests, test_suite.sequential_tests,