ClickHouse/tests/config
Antonio Andelic e7c8363f6f
Merge pull request #48855 from ClickHouse/keeper-operation-create-if-not-exists
Implement `createIfNotExists` in Keeper natively
2023-09-26 16:04:51 +02:00
..
config.d Randomize settings 2023-09-18 11:13:32 +00:00
top_level_domains
users.d partially fixed 01747_system_session_log_long test 2023-07-28 03:36:23 +00:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml
executable_pool_dictionary.xml
ext-en.txt
ext-ru.txt
install.sh Better 2023-09-22 13:47:28 +00:00
ints_dictionary.xml
lem-en.bin
lsan_suppressions.txt
README.md minor md fixes to test wf 2023-09-22 09:23:05 +00:00
regions_hierarchy.txt
regions_names_en.txt
server.crt
server.key
strings_dictionary.xml
test_function.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 easiest way is to install them using install.sh script. Another option is to copy files into your clickhouse config directory.

How to add new config

Place file .xml with new config in the appropriate directory and add ln command into install.sh script. CI will use then this config in all test runs.