mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
Fix flappy test
This commit is contained in:
parent
8b30f7ccef
commit
1143c45c3f
@ -1,6 +1,8 @@
|
|||||||
DROP TABLE IF EXISTS test.part_header_r1;
|
DROP TABLE IF EXISTS test.part_header_r1;
|
||||||
DROP TABLE IF EXISTS test.part_header_r2;
|
DROP TABLE IF EXISTS test.part_header_r2;
|
||||||
|
|
||||||
|
SET replication_alter_partitions_sync = 2;
|
||||||
|
|
||||||
CREATE TABLE test.part_header_r1(x UInt32, y UInt32)
|
CREATE TABLE test.part_header_r1(x UInt32, y UInt32)
|
||||||
ENGINE ReplicatedMergeTree('/clickhouse/tables/test/part_header', '1') ORDER BY x
|
ENGINE ReplicatedMergeTree('/clickhouse/tables/test/part_header', '1') ORDER BY x
|
||||||
SETTINGS use_minimalistic_part_header_in_zookeeper = 0,
|
SETTINGS use_minimalistic_part_header_in_zookeeper = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user