mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
No bug no more
This commit is contained in:
parent
e762d02e37
commit
95f27cb356
@ -79,7 +79,6 @@ SET insert_quorum_timeout=0;
|
||||
INSERT INTO r1 VALUES (4, '4'); -- { serverError 319 }
|
||||
|
||||
-- retry should fail despite the insert_deduplicate enabled
|
||||
-- TODO: BUG HERE! it returns success while the record with key=4 does not exists on r2.
|
||||
INSERT INTO r1 VALUES (4, '4'); -- { serverError 319 }
|
||||
INSERT INTO r1 VALUES (4, '4'); -- { serverError 319 }
|
||||
SELECT * FROM r2 WHERE key=4;
|
||||
|
Loading…
Reference in New Issue
Block a user