diff --git a/tests/clickhouse-test b/tests/clickhouse-test index a34927230e1..f82a701deb9 100755 --- a/tests/clickhouse-test +++ b/tests/clickhouse-test @@ -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 ]