ClickHouse/tests/config
PHO 6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896)
* Add a codec Encrypted() for encrypting columns on disk

While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +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 fix tests 2021-06-21 20:29:32 +03:00
client_config.xml
decimals_dictionary.xml
dhparam.pem
executable_dictionary.xml ExecutableDictionarySource added implicit_key option 2021-02-01 12:35:47 +03: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
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
server.key
strings_dictionary.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.