mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fixed tests
This commit is contained in:
parent
5f2b28639f
commit
e0c25a1503
@ -1,5 +1,5 @@
|
||||
SELECT errorCodeToName(toUInt32(-1));
|
||||
SELECT errorCodeToName(-1);
|
||||
SELECT errorCodeToName(600); /* gap in error codes */
|
||||
SELECT errorCodeToName(650); /* gap in error codes */
|
||||
SELECT errorCodeToName(0);
|
||||
SELECT errorCodeToName(1);
|
||||
|
Loading…
Reference in New Issue
Block a user