mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Backport #68737 to 24.8: Fix flaky test 00989_parallel_parts_loading
This commit is contained in:
parent
40c90fd7e3
commit
dcb97a1062
@ -1,3 +1,5 @@
|
||||
-- Tags: no-random-settings, no-random-merge-tree-settings
|
||||
-- small number of insert threads 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