Merge branch 'fix-long-attach-memory-limit' into many-fixes

This commit is contained in:
Alexey Milovidov 2023-06-27 05:28:12 +02:00
commit 1a04f746b0

View File

@ -1,4 +1,5 @@
-- Tags: long, no-debug, no-parallel, no-fasttest
-- Tags: long, no-debug, no-parallel, no-fasttest, no-msan, no-tsan
-- This test is slow under MSan or TSan.
DROP TABLE IF EXISTS index_memory;
CREATE TABLE index_memory (x UInt64) ENGINE = MergeTree ORDER BY x SETTINGS index_granularity = 1;