ClickHouse/tests/config
Maksim Kita 1f1795a305
Merge pull request #26978 from Algunenano/improve_executable_dictionary
01674_executable_dictionary_implicit_key: executable_dictionary: Use printf
2021-08-02 12:54:08 +03:00
..
config.d Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
top_level_domains Avoid using symlinks for top_level_domains 2020-12-15 21:58:46 +03:00
users.d Update timeouts.xml 2021-07-30 12:02:13 +03: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 Test with printf instead 2021-07-29 19:22:57 +02:00
executable_pool_dictionary.xml Added tests 2021-03-05 13:17:46 +03:00
install.sh Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03: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

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.