Repeat test on curl timeout

This commit is contained in:
Alexey Milovidov 2020-05-29 01:53:15 +03:00
parent d8049be204
commit 5548c9d1ad

View File

@ -30,6 +30,7 @@ from contextlib import closing
MESSAGES_TO_RETRY = [
"DB::Exception: ZooKeeper session has been expired",
"Coordination::Exception: Connection loss",
"Operation timed out",
]