ClickHouse/tests/config
2021-10-25 10:37:03 +03:00
..
config.d Merge pull request #30372 from ClickHouse/update_keeper_config 2021-10-25 10:37:03 +03:00
top_level_domains Fix reading of custom TLD w/o new line at EOF 2021-08-27 00:43:21 +03:00
users.d Disable fsync_metadata on CI 2021-10-15 00:53:34 +03:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml Fixed tests 2021-09-04 14:29:40 +03:00
executable_pool_dictionary.xml Added tests 2021-03-05 13:17:46 +03:00
install.sh Merge branch 'master' of github.com:ClickHouse/ClickHouse into remote-connection 2021-10-23 17:12:46 +03:00
ints_dictionary.xml
lsan_suppressions.txt
README.md
server.crt
server.key
strings_dictionary.xml
test_function.xml Fixed tests 2021-09-17 18:43:00 +03:00

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.