ClickHouse/tests/queries/0_stateless/01521_distributed_query_hang.sql
2021-09-12 17:15:28 +03:00

6 lines
182 B
SQL

-- Tags: distributed
-- regression for endless loop with connections_with_failover_max_tries=0
set connections_with_failover_max_tries=0;
select * from remote('127.2', system.one);