mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
c23fe5baf6
* change syntax of encrypted command * commit all encrypted changes * correct encryption * correct config for test * add tests and correct code style and typos * correct test * fix unbundled build * add log warning messages * improve code according to review comments * correct nonce * correct errors found by fuzzing * improve codec AES_128_GCM_SIV. Add AES_256_GCM_SIV. Add sections for last in tests. Improve documentation * Update CompressionCodecEncrypted.h * Update 01683_codec_encrypted.sql * correct compression factory after changes in master * correct behavior with wrong key in data * correct fuzzer * add connection for fuzzer with fix for compression_encrypted * refactor code * add load from config with throwing errors on server start * fix typos and check style * Update Server.cpp * correct loading and reading * refactor code. fix uninitialized value * refactor code * move defines from server to cpp file * correct build * remove repeated code * correct namespace * fix code style |
||
---|---|---|
.. | ||
config.d | ||
top_level_domains | ||
users.d | ||
client_config.xml | ||
decimals_dictionary.xml | ||
dhparam.pem | ||
executable_dictionary.xml | ||
executable_pool_dictionary.xml | ||
install.sh | ||
ints_dictionary.xml | ||
lsan_suppressions.txt | ||
README.md | ||
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.