mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add test for incorrect settings
This commit is contained in:
parent
9e5f13e7af
commit
ace44e0717
@ -0,0 +1,2 @@
|
||||
10000000001
|
||||
10000000001
|
@ -0,0 +1,7 @@
|
||||
SET max_memory_usage = 10000000001;
|
||||
|
||||
SELECT value FROM system.settings WHERE name = 'max_memory_usage';
|
||||
|
||||
SET max_memory_usage = '1G'; -- { serverError 27 }
|
||||
|
||||
SELECT value FROM system.settings WHERE name = 'max_memory_usage';
|
Loading…
Reference in New Issue
Block a user