mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Print stacktraces if test queue is full
This commit is contained in:
parent
1f8c33be3f
commit
7378f0e30f
@ -1594,6 +1594,8 @@ def do_run_tests(jobs, test_suite: TestSuite, parallel):
|
||||
|
||||
queue.close()
|
||||
except Full:
|
||||
print("Couldn't put test to the queue within timeout. Server probably hung.")
|
||||
print_stacktraces()
|
||||
queue.close()
|
||||
|
||||
pool.join()
|
||||
|
Loading…
Reference in New Issue
Block a user