mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Retry more errors in clickhouse-test
This commit is contained in:
parent
591abbaded
commit
0dec8f77e4
@ -32,6 +32,8 @@ from contextlib import closing
|
||||
|
||||
MESSAGES_TO_RETRY = [
|
||||
"DB::Exception: ZooKeeper session has been expired",
|
||||
"DB::Exception: Connection loss",
|
||||
"Coordination::Exception: Session expired",
|
||||
"Coordination::Exception: Connection loss",
|
||||
"Operation timed out",
|
||||
"ConnectionPoolWithFailover: Connection failed at try",
|
||||
|
Loading…
Reference in New Issue
Block a user