mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Add a test for #11803
This commit is contained in:
parent
00da5148a1
commit
5edda3c6bd
2
tests/queries/0_stateless/01598_memory_limit_zeros.sql
Normal file
2
tests/queries/0_stateless/01598_memory_limit_zeros.sql
Normal file
@ -0,0 +1,2 @@
|
||||
SET max_memory_usage = 1;
|
||||
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }
|
Loading…
Reference in New Issue
Block a user