mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix flaky test 00989_parallel_parts_loading
This commit is contained in:
parent
a1b97d7334
commit
9c0e1df166
@ -1,3 +1,5 @@
|
||||
-- Tags: no-random-settings, no-random-merge-tree-settings
|
||||
-- small insert block size can make insert terribly slow, especially with some build like msan
|
||||
DROP TABLE IF EXISTS mt;
|
||||
|
||||
CREATE TABLE mt (x UInt64) ENGINE = MergeTree ORDER BY x SETTINGS parts_to_delay_insert = 100000, parts_to_throw_insert = 100000;
|
||||
|
Loading…
Reference in New Issue
Block a user