Merge pull request #45009 from ClickHouse/fix-flaky-test-6

Fix `01961_roaring_memory_tracking` test, again
This commit is contained in:
Alexey Milovidov 2023-01-07 05:44:31 +03:00 committed by GitHub
commit ac6905e83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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