mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge branch 'fix-long-attach-memory-limit' into many-fixes
This commit is contained in:
commit
1a04f746b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user