We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3319580 commit 3175e43Copy full SHA for 3175e43
tests/queries/0_stateless/02437_drop_mv_restart_replicas.sh
@@ -55,7 +55,7 @@ TIMEOUT=15
55
56
timeout $TIMEOUT bash -c thread_ddl 2>&1| grep -Fa "Exception: " | grep -Fv -e "TABLE_IS_DROPPED" -e "UNKNOWN_TABLE" -e "DATABASE_NOT_EMPTY" &
57
timeout $TIMEOUT bash -c thread_insert 2> /dev/null &
58
-timeout $TIMEOUT bash -c thread_restart 2>&1| grep -Fa "Exception: " | grep -Fv -e "is currently dropped or renamed" &
+timeout $TIMEOUT bash -c thread_restart 2>&1| grep -Fa "Exception: " | grep -Fv -e "is currently dropped or renamed" -e "is being dropped or detached" &
59
60
wait
61
0 commit comments