Update 00834_kill_mutation.sh

This commit is contained in:
alesapin 2020-03-11 18:00:14 +03:00 committed by GitHub
parent 03259fc60a
commit 181f64b68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ ${CLICKHOUSE_CLIENT} --query="KILL MUTATION WHERE database = 'test' AND table =
wait
${CLICKHOUSE_CLIENT} --query="SELECT * FROM test.kill_mutation"
# must be empty
# must always be empty
${CLICKHOUSE_CLIENT} --query="SELECT * FROM system.mutations WHERE table = 'kill_mutation' AND database = 'test' AND is_done = 0"