Merge pull request #64765 from ClickHouse/tavplubix-patch-10

Update 02482_load_parts_refcounts.sh
This commit is contained in:
Alexey Milovidov 2024-06-04 04:04:16 +00:00 committed by GitHub
commit 3f58fcb26b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ $CLICKHOUSE_CLIENT -n --query "
CREATE TABLE load_parts_refcounts (id UInt32)
ENGINE = ReplicatedMergeTree('/test/02482_load_parts_refcounts/{database}/{table}', '1')
ORDER BY id;
ORDER BY id SETTINGS old_parts_lifetime=100500;
SYSTEM STOP MERGES load_parts_refcounts;