mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +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
|
if [ $? -eq 0 ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
sleep 0.1
|
||||||
done
|
done
|
||||||
|
|
||||||
$CLICKHOUSE_CLIENT -q "SELECT count(), sum(marks) FROM system.parts WHERE table = 'mt_compact' AND database = currentDatabase() AND active"
|
$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