mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Fix test
This commit is contained in:
parent
06e0f554d8
commit
cc6776fc5d
@ -15,6 +15,8 @@ INSERT INTO partslost_0 SELECT toString(number) AS x from system.numbers LIMIT 1
|
|||||||
|
|
||||||
ALTER TABLE partslost_0 ADD INDEX idx x TYPE tokenbf_v1(285000, 3, 12345) GRANULARITY 3;
|
ALTER TABLE partslost_0 ADD INDEX idx x TYPE tokenbf_v1(285000, 3, 12345) GRANULARITY 3;
|
||||||
|
|
||||||
|
SET mutations_sync = 2;
|
||||||
|
|
||||||
ALTER TABLE partslost_0 MATERIALIZE INDEX idx;
|
ALTER TABLE partslost_0 MATERIALIZE INDEX idx;
|
||||||
|
|
||||||
-- In worst case doesn't check anything, but it's not flaky
|
-- In worst case doesn't check anything, but it's not flaky
|
||||||
|
Loading…
Reference in New Issue
Block a user