From 8aa5df7ceb3a25d4a829bfee6f401baf13400687 Mon Sep 17 00:00:00 2001 From: tavplubix Date: Thu, 29 Jul 2021 16:40:33 +0300 Subject: [PATCH] Update 01154_move_partition_long.sh --- tests/queries/0_stateless/01154_move_partition_long.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/queries/0_stateless/01154_move_partition_long.sh b/tests/queries/0_stateless/01154_move_partition_long.sh index e7970c5146f..1b5985b9942 100755 --- a/tests/queries/0_stateless/01154_move_partition_long.sh +++ b/tests/queries/0_stateless/01154_move_partition_long.sh @@ -125,7 +125,7 @@ wait echo "Replication did not hang" for ((i=0; i<16; i++)) do - $CLICKHOUSE_CLIENT -q "DROP TABLE dst_$i" & - $CLICKHOUSE_CLIENT -q "DROP TABLE IF EXISTS src_$i" & + $CLICKHOUSE_CLIENT -q "DROP TABLE dst_$i" 2>&1| grep -Fv "is already started to be removing" & + $CLICKHOUSE_CLIENT -q "DROP TABLE IF EXISTS src_$i" 2>&1| grep -Fv "is already started to be removing" & done wait