ClickHouse/tests/config/users.d
Azat Khuzhin 205ebc7cff Tune idle_connection_timeout to avoid reconnects
There may be 1 hour between two different distributed queries in tests
(see [1] and [2]), if this will happen then the connection may be closed
already due to idle_connection_timeout.

  [1]: https://clickhouse-test-reports.s3.yandex.net/21432/572d5862961ffda88125679e3a5ea684c316b223/functional_stateless_tests_(debug).html#fail1
  [2]: https://clickhouse-test-reports.s3.yandex.net/21432/572d5862961ffda88125679e3a5ea684c316b223/functional_stateless_tests_(antlr_debug).html#fail1

Let's tune it to avoid such issues and override other settings in tests.

Another option is to execute SYSTEM RELOAD CONFIG before each test...
2021-03-04 22:48:09 +03:00
..
access_management.xml Move config files to directories 2020-09-24 13:21:34 +03:00
database_atomic_drop_detach_sync.xml Database atomic sync drop detach 2020-10-22 19:18:04 +03:00
database_ordinary.xml Merge branch 'master' into enable_atomic_database_by_default 2020-09-25 02:04:01 +03:00
database_replicated.xml remove some debug code 2021-02-15 13:26:34 +03:00
log_queries.xml Move config files to directories 2020-09-24 13:21:34 +03:00
opentelemetry.xml Enable OpenTelemetry tracing in functional tests 2020-11-19 18:58:33 +03:00
readonly.xml Move config files to directories 2020-09-24 13:21:34 +03:00
remote_queries.xml Tune idle_connection_timeout to avoid reconnects 2021-03-04 22:48:09 +03:00