ClickHouse/tests
Azat Khuzhin 50a312534c Extend parallel_distributed_insert_select to run INSERT into local table
Before this patch there was:

- parallel_distributed_insert_select=1, that executes:

    INSERT INTO dist_out SELECT ... FROM underlying_dist_in

After this patch there will be:

- parallel_distributed_insert_select=2, that executes:

    INSERT INTO underlying_dist_out SELECT ... FROM underlying_dist_in

And cover the behaviour w/o integration test, by using the following
techincs:
- SYSTEM STOP DISTRIBUTED SENDS
- prefer_localhost_replica=0
2020-08-25 22:49:13 +03:00
..
config use Atomic for system database 2020-08-12 23:40:13 +03:00
external_models/catboost
fuzz
instructions
integration Merge branch 'master' into fix_ddl_worker_timeouts 2020-08-24 11:50:11 +03:00
perf_drafts
performance Merge pull request #12550 from myrrc/bug/low-cardinality-arrays-optimisations 2020-08-24 22:31:29 +03:00
queries Extend parallel_distributed_insert_select to run INSERT into local table 2020-08-25 22:49:13 +03:00
testflows Rename storages users.xml=>users_xml, disk=>local_directory. 2020-08-16 16:42:57 +03:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test Merge pull request #13615 from myrrc/docs/ci 2020-08-20 23:48:51 +03:00
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml Set custom prefix in server-test.xml too. 2020-08-03 15:01:00 +03:00
stress
strings_dictionary.xml
tsan_suppressions.txt
users.xml