Update 01055_compact_parts_granularity.sh

This commit is contained in:
Anton Popov 2020-03-11 21:43:46 +03:00 committed by GitHub
parent a01f824789
commit 3729b2c77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ for i in {0..10}; do
if [ $? -eq 0 ]; then
break
fi
sleep 0.1
done
$CLICKHOUSE_CLIENT -q "SELECT count(), sum(marks) FROM system.parts WHERE table = 'mt_compact' AND database = currentDatabase() AND active"