Backport #68737 to 24.8: Fix flaky test 00989_parallel_parts_loading

This commit is contained in:
robot-clickhouse 2024-08-23 10:10:17 +00:00
parent 40c90fd7e3
commit dcb97a1062

View File

@ -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;