Update clickhouse-test

This commit is contained in:
alexey-milovidov 2020-09-25 08:05:50 +03:00 committed by GitHub
parent 161ee1df3e
commit 049f21091e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,9 +305,7 @@ def run_tests_array(all_tests_with_params):
if clickhouse_proc.returncode != 0:
failures += 1
print(MSG_FAIL, end='')
print_test_time(0)
print(" - server does not respond to health check")
print("Server does not respond to health check")
SERVER_DIED = True
break