mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
Update 02482_load_parts_refcounts.sh
This commit is contained in:
parent
59528cfca0
commit
dc8ff4349b
@ -47,6 +47,8 @@ query_with_retry "
|
||||
SELECT throwIf(count() == 0) FROM system.parts
|
||||
WHERE database = '$CLICKHOUSE_DATABASE' AND table = 'load_parts_refcounts' AND NOT active FORMAT Null"
|
||||
|
||||
$CLICKHOUSE_CLIENT --query "SYSTEM WAIT LOADING PARTS load_parts_refcounts"
|
||||
|
||||
$CLICKHOUSE_CLIENT --query "
|
||||
SELECT DISTINCT refcount FROM system.parts
|
||||
WHERE database = '$CLICKHOUSE_DATABASE' AND table = 'load_parts_refcounts' AND NOT active"
|
||||
|
Loading…
Reference in New Issue
Block a user