ClickHouse/tests/config
2022-10-19 06:54:09 +00:00
..
config.d add test for bypass_cache_threshold 2022-10-19 06:54:09 +00:00
top_level_domains
users.d Merge pull request #40821 from kssenii/improve-marks-cache-loading 2022-09-13 12:31:58 +02:00
client_config.xml
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 Merge pull request #41741 from ClickHouse/fix_intersecting_parts 2022-09-29 18:00:22 +03:00
ints_dictionary.xml
lem-en.bin Add missing file 2022-08-26 23:42:36 +02:00
lsan_suppressions.txt
README.md
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

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.