Fix one source of flaky tests

This commit is contained in:
Alexey Milovidov 2021-07-21 03:58:01 +03:00
parent fbd7b49f8c
commit d815023700

View File

@ -49,6 +49,7 @@ MESSAGES_TO_RETRY = [
"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",
"Shutdown is called for table", # It happens in SYSTEM SYNC REPLICA query if session with ZooKeeper is being reinitialized.
DISTRIBUTED_DDL_TIMEOUT_MSG # FIXME
]