mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
debug tests hung on gdb error 5
This commit is contained in:
parent
ede43721b4
commit
f96d40d828
@ -2510,18 +2510,14 @@ def do_run_tests(jobs, test_suite: TestSuite):
|
||||
future.wait()
|
||||
print("future wait DONE")
|
||||
finally:
|
||||
|
||||
|
||||
print("pool.terminate")
|
||||
pool.terminate()
|
||||
print("pool.close")
|
||||
pool.close()
|
||||
print("pool.join")
|
||||
pool.join(timeout=2200)
|
||||
pool.join()
|
||||
print("pool.join DONE")
|
||||
|
||||
# print("pool.terminate")
|
||||
# pool.terminate()
|
||||
# print("pool.close")
|
||||
# pool.close(force=True)
|
||||
# print("pool.join")
|
||||
|
||||
if not args.run_sequential_tests_in_parallel:
|
||||
run_tests_array(
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user