Update 00991_system_parts_race_condition.sh

This commit is contained in:
alesapin 2019-08-16 17:56:42 +03:00 committed by GitHub
parent 8d3ede98e2
commit ebdc0eb338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ timeout $TIMEOUT bash -c thread3 2> /dev/null &
timeout $TIMEOUT bash -c thread4 2> /dev/null &
timeout $TIMEOUT bash -c thread5 2> /dev/null &
wait
$CLICKHOUSE_CLIENT -q "DROP TABLE alter_table"