Added a test

This commit is contained in:
Alexey Milovidov 2019-07-31 03:29:47 +03:00
parent 2205a0097d
commit c2035a21fc
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
SET max_execution_speed = 1, max_execution_time = 3;
SELECT count() FROM system.numbers; -- { serverError 159 }