mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
93dd6b83e7
* save all merge params to zookeeper Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * calculate hash for graphite merge params Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * add graphite params hash to zookeeper + fix tests Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * install new graphite for testing Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * fix backward incompatibility Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * minor fix test Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * Update src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com> * remove peekString and add more comments - peekString doesn't always work even for ReadBufferFromString - more comment re. backward compatibility Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> --------- Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> Co-authored-by: Alexander Tokmakov <tavplubix@gmail.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 easiest way is to install them using install.sh
script. Another option is to copy files into your clickhouse config directory.
How to add new config
Place file .xml
with new config in the appropriate directory and add ln
command into install.sh
script. CI will use then this config in all test runs.