mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
9613144fa8
This will fix style check error: /place/sandbox-data/tasks/4/8/795063184/ClickHouse/tests/queries/0_stateless/01521_connections_with_failover_max_tries_0.reference /place/sandbox-data/tasks/4/8/795063184/ClickHouse/tests/queries/0_stateless/01521_connections_with_failover_max_tries_0.sql Tests should not be named with "fail" in their names. It makes looking at the results less convenient when you search for "fail" substring in browser.
4 lines
160 B
SQL
4 lines
160 B
SQL
-- 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);
|