ClickHouse/tests/config
alexey-milovidov af90658369
Merge pull request #21432 from azat/flaky-distributed-tests
Fix flaky tests with distributed queries
2021-03-06 02:04:07 +03:00
..
config.d Simplify config 2021-03-04 16:49:22 +03:00
top_level_domains
users.d Tune idle_connection_timeout to avoid reconnects 2021-03-04 22:48:09 +03:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml
install.sh Fix flaky tests with distributed queries 2021-03-04 22:48:04 +03:00
ints_dictionary.xml
lsan_suppressions.txt
README.md
server.crt
server.key
strings_dictionary.xml

ClickHouse configs for test environment

How to use

CI use these configs in all checks installing them with install.sh script. If you want to run all tests from tests/queries/0_stateless and test/queries/1_stateful on your local machine you have to set up configs from this directory for your clickhouse-server. The most simple way is to install them using install.sh script. Other option is just copy files into your clickhouse config directory.

How to add new config

Just place file .xml with new config into appropriate directory and add ln command into install.sh script. After that CI will use this config in all tests runs.