ClickHouse/tests/config
Nikita Taranov 8ed5cfc265
Memory bound merging for distributed aggregation in order (#40879)
* impl

* fix style

* make executeQueryWithParallelReplicas similar to executeQuery

* impl for parallel replicas

* cleaner code for remote sorting properties

* update test

* fix

* handle when nodes of old versions participate

* small fixes

* temporary enable for testing

* fix after merge

* Revert "temporary enable for testing"

This reverts commit cce7f8884c.

* review fixes

* add bc test

* Update src/Core/Settings.h
2022-11-28 00:41:31 +01:00
..
config.d Memory bound merging for distributed aggregation in order (#40879) 2022-11-28 00:41:31 +01: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 Merge remote-tracking branch 'upstream/master' into named-collections-access-fix 2022-11-18 19:51:28 +01:00
client_config.xml Update tests/config/client_config.xml 2022-08-12 22:01:45 +03:00
decimals_dictionary.xml
dhparam.pem
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
ext-en.txt Rewrite NLP tests from integration to functional 2022-08-26 22:36:34 +02:00
ext-ru.txt Rewrite NLP tests from integration to functional 2022-08-26 22:36:34 +02:00
install.sh Enable compressed marks in CI 2022-11-18 15:54:22 +01:00
ints_dictionary.xml
lem-en.bin Add missing file 2022-08-26 23:42:36 +02:00
lsan_suppressions.txt
README.md
regions_hierarchy.txt Add missing tests for legacy geobase 2022-08-26 22:17:49 +02:00
regions_names_en.txt Add missing tests for legacy geobase 2022-08-26 22:17:49 +02:00
server.crt
server.key
strings_dictionary.xml
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.