ClickHouse/tests/config
Igor Nikonov 8ba9b4a7ef
Merge pull request #57235 from ClickHouse/pr-custom-key-failover
Parallel replicas custom key: skip unavailable replicas
2024-01-11 12:22:32 +01:00
..
config.d Merge remote-tracking branch 'origin/master' into pr-custom-key-failover 2024-01-10 20:28:04 +00:00
top_level_domains
users.d Merge remote-tracking branch 'blessed/master' into backup_1 2023-12-11 15:27:21 +01:00
client_config.xml Make tests use the installed protobuf files 2023-11-27 13:39:28 +00:00
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml
executable_pool_dictionary.xml
ext-en.txt Rewrite NLP tests from integration to functional 2022-08-26 22:36:34 +02:00
ext-ru.txt Rewrite NLP tests from integration to functional 2022-08-26 22:36:34 +02:00
install.sh fix generate-full-key option 2024-01-10 20:50:20 +01:00
ints_dictionary.xml
lem-en.bin Add missing file 2022-08-26 23:42:36 +02:00
lsan_suppressions.txt
README.md minor md fixes to test wf 2023-09-22 09:23:05 +00:00
regions_hierarchy.txt Add missing tests for legacy geobase 2022-08-26 22:17:49 +02:00
regions_names_en.txt Add missing tests for legacy geobase 2022-08-26 22:17:49 +02:00
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 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.