Added test.

This commit is contained in:
Nikolai Kochetov 2020-07-29 17:50:10 +03:00
parent 59d543ca1c
commit d3bcf89ae4
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
1
1
1
1
1

View File

@ -0,0 +1,3 @@
select c >= 0 from (SELECT randConstant() as c FROM remote('127.0.0.{1,2}', numbers_mt(1)));
select c >= 0 from (SELECT randConstant() as c FROM remote('127.0.0.{3,2}', numbers_mt(1)));
select c >= 0 from (SELECT randConstant() as c FROM remote('127.0.0.1', numbers_mt(1)));