ClickHouse/tests/queries/0_stateless/01293_show_clusters.sql
2022-05-07 15:33:54 +03:00

5 lines
189 B
SQL

-- don't show all clusters to reduce dependency on the configuration of server
set send_logs_level = 'fatal';
show clusters like 'test_shard%' limit 1;
show cluster 'test_shard_localhost';