mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fix flaky 01509_parallel_quorum_insert_no_replicas
This commit is contained in:
parent
4a6adac5db
commit
d51deaeecf
@ -35,6 +35,8 @@ INSERT INTO r1 VALUES(2, '2');
|
||||
|
||||
ATTACH TABLE r2;
|
||||
|
||||
SYSTEM SYNC REPLICA r2;
|
||||
|
||||
SET insert_quorum=2, insert_quorum_parallel=1;
|
||||
|
||||
INSERT INTO r1 VALUES(3, '3');
|
||||
|
Loading…
Reference in New Issue
Block a user