Improved test #3230

This commit is contained in:
Alexey Milovidov 2018-10-07 23:47:03 +03:00
parent f14ed60bb9
commit 84b3ba3464
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
1
0
100000000
1
0

View File

@ -1,3 +1,3 @@
SELECT value > 0 FROM system.metrics WHERE metric = 'MemoryTracking';
SELECT least(value, 0) FROM system.metrics WHERE metric = 'MemoryTracking';
SELECT length(range(100000000));
SELECT value > 0 FROM system.metrics WHERE metric = 'MemoryTracking';
SELECT least(value, 0) FROM system.metrics WHERE metric = 'MemoryTracking';