add test.

This commit is contained in:
zhangxiao871 2021-02-05 17:02:27 +08:00
parent 581495ae23
commit 7738f86ec8
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
clickhouse
clickhouse
clickhouse
task_queue

View File

@ -0,0 +1,3 @@
SELECT name FROM system.zookeeper WHERE path = '/';
SELECT name FROM system.zookeeper WHERE path IN ('/');
SELECT name FROM system.zookeeper WHERE path IN ('/','/clickhouse');