mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01055_compact_parts_granularity.sh
This commit is contained in:
parent
a01f824789
commit
3729b2c77a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user