Fix flaky test 00989_parallel_parts_loading

This commit is contained in:
alesapin 2024-08-22 17:58:15 +02:00
parent a1b97d7334
commit 9c0e1df166

View File

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