ClickHouse/tests/queries/0_stateless/00965_shard_unresolvable_addresses.sql
2021-08-02 15:19:40 +02:00

6 lines
220 B
SQL

SELECT count() FROM remote('127.0.0.1,localhos', system.one); -- { serverError 198 }
SELECT count() FROM remote('127.0.0.1|localhos', system.one);
-- Clear cache to avoid future errors in the logs
SYSTEM DROP DNS CACHE