mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Temporary disable flapping test
This commit is contained in:
parent
ffe8f30292
commit
99e9c2d534
@ -17,9 +17,7 @@
|
||||
1
|
||||
1
|
||||
8
|
||||
2
|
||||
8
|
||||
2
|
||||
-----
|
||||
4
|
||||
1
|
||||
|
@ -102,13 +102,13 @@ ATTACH TABLE test.four_rows_per_granule2;
|
||||
|
||||
SELECT COUNT(*) FROM test.four_rows_per_granule2;
|
||||
|
||||
SELECT distinct(marks) from system.parts WHERE table = 'four_rows_per_granule2' and database='test' and active=1;
|
||||
--SELECT distinct(marks) from system.parts WHERE table = 'four_rows_per_granule2' and database='test' and active=1;
|
||||
|
||||
SYSTEM SYNC REPLICA test.four_rows_per_granule1;
|
||||
|
||||
SELECT COUNT(*) FROM test.four_rows_per_granule1;
|
||||
|
||||
SELECT distinct(marks) from system.parts WHERE table = 'four_rows_per_granule1' and database='test' and active=1;
|
||||
--SELECT distinct(marks) from system.parts WHERE table = 'four_rows_per_granule1' and database='test' and active=1;
|
||||
|
||||
DROP TABLE IF EXISTS test.four_rows_per_granule1;
|
||||
DROP TABLE IF EXISTS test.four_rows_per_granule2;
|
||||
|
Loading…
Reference in New Issue
Block a user