mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
2db092f9d8
At first, there was no such amount of clusters in dist config, they added when someone need to write some new cluster for tests. So let's move them to the clusters.xml that is deployed only for tests, and leave only default cluster. And cleanup also some configs that had been copied from dist config in the repo (about test_config_* integration tests, this should be OK, since there are more_clusters.xml as well, that covers additional cases). Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
config.d | ||
top_level_domains | ||
users.d | ||
client_config.xml | ||
decimals_dictionary.xml | ||
dhparam.pem | ||
executable_dictionary.xml | ||
executable_pool_dictionary.xml | ||
ext-en.txt | ||
ext-ru.txt | ||
install.sh | ||
ints_dictionary.xml | ||
lem-en.bin | ||
lsan_suppressions.txt | ||
README.md | ||
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 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.