try fix flaky tests

This commit is contained in:
Anton Popov 2021-07-06 16:36:18 +03:00
parent 9b01ded17a
commit 3a69d06fc9

View File

@ -41,6 +41,7 @@ MESSAGES_TO_RETRY = [
"Operation timed out",
"ConnectionPoolWithFailover: Connection failed at try",
"DB::Exception: New table appeared in database being dropped or detached. Try again",
"is already started to be removing by another replica right now",
DISTRIBUTED_DDL_TIMEOUT_MSG # FIXME
]