mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
ed7cd86f09
Fixed several test to be compatible with --server_logs_level=warning.
3 lines
128 B
SQL
3 lines
128 B
SQL
SET server_logs_level='none';
|
|
SELECT count() FROM remote('{127,1}.0.0.{2,3}', system.one) SETTINGS skip_unavailable_shards = 1;
|