We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f543 commit 6c6ad69Copy full SHA for 6c6ad69
tests/clickhouse-test
@@ -2615,7 +2615,7 @@ def run_tests_array(
2615
proc_name = multiprocessing.current_process().name
2616
print(f"Running {about}{num_tests} {test_suite.suite} tests ({proc_name}).")
2617
2618
- print('!!!!!', multiprocessing.current_process().name, '\n'.join(all_tests))
+ print('!!!!!', multiprocessing.current_process().name, f'got {len(all_tests)} tests')
2619
2620
while True:
2621
if all_tests:
0 commit comments