ClickHouse/tests/config
Azat Khuzhin 479ea9e6a6 tests: enable prometheus exporter
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-06 12:58:08 +03:00
..
config.d tests: enable prometheus exporter 2022-08-06 12:58:08 +03:00
top_level_domains
users.d deprecate Ordinary database 2022-06-23 10:20:14 +02:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml
executable_pool_dictionary.xml
install.sh tests: enable prometheus exporter 2022-08-06 12:58:08 +03:00
ints_dictionary.xml
lsan_suppressions.txt
README.md
server.crt
server.key
strings_dictionary.xml
test_function.xml Disable parameters for non direct executable user defined functions 2022-06-16 16:29:04 +02: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.