From d8150237009887333122fef40913d1e9627a9577 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 21 Jul 2021 03:58:01 +0300 Subject: [PATCH] Fix one source of flaky tests --- tests/clickhouse-test | 1 + 1 file changed, 1 insertion(+) 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 ]