ClickHouse/tests/queries/0_stateless/00183_skip_unavailable_shards.sql

6 lines
243 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: shard
2020-06-20 11:29:01 +00:00
SET send_logs_level = 'fatal';
2018-01-29 10:01:18 +00:00
SELECT count() FROM remote('{127,1}.0.0.{2,3}', system.one) SETTINGS skip_unavailable_shards = 1;
SELECT count() FROM remote('{1,127}.0.0.{2,3}', system.one) SETTINGS skip_unavailable_shards = 1;