mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #11268 from ClickHouse/repeat-test-on-curl-timeout
Repeat test on curl timeout
This commit is contained in:
commit
3d74122ab4
@ -30,6 +30,8 @@ from contextlib import closing
|
||||
MESSAGES_TO_RETRY = [
|
||||
"DB::Exception: ZooKeeper session has been expired",
|
||||
"Coordination::Exception: Connection loss",
|
||||
"Operation timed out",
|
||||
"ConnectionPoolWithFailover: Connection failed at try",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user