ClickHouse/tests/config
alesapin 5e3ebb3e0e
Merge pull request #22274 from ClickHouse/rename_keeper
Rename NuKeeper and TestKeeper to Keeper in all places
2021-03-30 10:39:22 +03:00
..
config.d Merge pull request #22274 from ClickHouse/rename_keeper 2021-03-30 10:39:22 +03:00
top_level_domains
users.d Merge branch 'master' into distributed_ddl_improvements 2021-03-09 20:06:41 +03:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml
executable_pool_dictionary.xml Added tests 2021-03-05 13:17:46 +03:00
install.sh More renames 2021-03-29 11:24:56 +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.