mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update 01154_move_partition_long.sh
This commit is contained in:
parent
4a3ade1aa5
commit
8aa5df7ceb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user