mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update clickhouse-test
This commit is contained in:
parent
03fc08cec3
commit
7af954cef9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user