ClickHouse/tests/config
2020-09-26 22:18:28 +03:00
..
config.d add review suggestions 2020-09-26 22:18:28 +03:00
users.d Merge branch 'master' into enable_atomic_database_by_default 2020-09-25 02:04:01 +03:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml Fix error with executable dictionary source 2020-09-07 09:40:01 +03:00
install.sh Merge branch 'master' into enable_atomic_database_by_default 2020-09-25 02:04:01 +03:00
ints_dictionary.xml
README.md One more time 2020-09-24 13:32:49 +03:00
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.