Update clickhouse-test

This commit is contained in:
tavplubix 2022-04-13 14:37:44 +03:00 committed by GitHub
parent 03fc08cec3
commit 7af954cef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1176,6 +1176,9 @@ def check_server_started(args):
except TimeoutError:
print("\nConnection timeout, will not retry")
break
except Exception as e:
print("\nUexpected exception, will not retry: ", str(e))
break
print('\nAll connection tries failed')
sys.stdout.flush()