Merge pull request #11268 from ClickHouse/repeat-test-on-curl-timeout

Repeat test on curl timeout
This commit is contained in:
alexey-milovidov 2020-05-29 16:27:54 +03:00 committed by GitHub
commit 3d74122ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
]