mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #45009 from ClickHouse/fix-flaky-test-6
Fix `01961_roaring_memory_tracking` test, again
This commit is contained in:
commit
ac6905e83c
@ -1,4 +1,4 @@
|
||||
-- Tags: no-replicated-database
|
||||
|
||||
SET max_memory_usage = '75M';
|
||||
SET max_memory_usage = '50M';
|
||||
SELECT cityHash64(rand() % 1000) as n, groupBitmapState(number) FROM numbers_mt(2000000000) GROUP BY n FORMAT Null; -- { serverError 241 }
|
||||
|
Loading…
Reference in New Issue
Block a user