ClickHouse/tests/config
2022-06-23 10:20:14 +02:00
..
config.d Merge pull request #37859 from KinderRiven/support_max_request_cache_size 2022-06-10 16:17:18 +02:00
top_level_domains Fix reading of custom TLD w/o new line at EOF 2021-08-27 00:43:21 +03:00
users.d deprecate Ordinary database 2022-06-23 10:20:14 +02:00
client_config.xml Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
decimals_dictionary.xml Merge remote-tracking branch 'origin/master' into HEAD 2020-04-02 20:03:20 +03:00
dhparam.pem Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
executable_dictionary.xml Fixed tests 2021-09-04 14:29:40 +03:00
executable_pool_dictionary.xml Added executable function integrations tests 2021-12-28 22:55:30 +03:00
install.sh Merge pull request #37303 from ClickHouse/fix_trash 2022-06-07 10:17:39 +02:00
ints_dictionary.xml Merge remote-tracking branch 'origin/master' into HEAD 2020-04-02 20:03:20 +03:00
lsan_suppressions.txt Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
README.md One more time 2020-09-24 13:32:49 +03:00
server.crt Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
server.key Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
strings_dictionary.xml Merge remote-tracking branch 'origin/master' into HEAD 2020-04-02 20:03:20 +03:00
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.