mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
205ebc7cff
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... |
||
---|---|---|
.. | ||
access_management.xml | ||
database_atomic_drop_detach_sync.xml | ||
database_ordinary.xml | ||
database_replicated.xml | ||
log_queries.xml | ||
opentelemetry.xml | ||
readonly.xml | ||
remote_queries.xml |