mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fixed race condition in test #2604
This commit is contained in:
parent
abf8cd24d7
commit
8eea4ae9cd
@ -9,10 +9,12 @@ INSERT INTO test.partitioned_by_tuple_replica1 VALUES ('2000-01-01', 1, 'first',
|
||||
|
||||
OPTIMIZE TABLE test.partitioned_by_tuple_replica1;
|
||||
|
||||
SYSTEM SYNC REPLICA test.partitioned_by_tuple_replica2;
|
||||
SELECT * FROM test.partitioned_by_tuple_replica2 ORDER BY d, x, w, y;
|
||||
|
||||
OPTIMIZE TABLE test.partitioned_by_tuple_replica1 FINAL;
|
||||
|
||||
SYSTEM SYNC REPLICA test.partitioned_by_tuple_replica2;
|
||||
SELECT * FROM test.partitioned_by_tuple_replica2 ORDER BY d, x, w, y;
|
||||
|
||||
DROP TABLE test.partitioned_by_tuple_replica1;
|
||||
|
Loading…
Reference in New Issue
Block a user