mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1b4adc963f
02015_shard_crash_clang_12_build OK 30.39 01014_lazy_database_concurrent_recreate_reattach_and_show_tables OK 31.27 01034_move_partition_from_table_zookeeper OK 32.34 01035_concurrent_move_partition_from_table_zookeeper OK 35.35 00183_skip_unavailable_shards OK 36.69 01593_concurrent_alter_mutations_kill OK 38.36 02122_parallel_formatting OK 39.27 02100_multiple_hosts_command_line_set OK 44.04 01114_database_atomic OK 45.67 01287_max_execution_speed OK 90.98 01599_multiline_input_and_singleline_comments OK 180.09
6 lines
256 B
SQL
6 lines
256 B
SQL
-- Tags: shard, no-fasttest
|
|
|
|
SET send_logs_level = 'fatal';
|
|
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;
|