ClickHouse/tests
Azat Khuzhin bd45592539 Fix test_distributed_load_balancing flaps (due to config reload)
At startup, server loads configuration files.

However ConfigReloader does not know about already loaded files (files
is empty()), hence it will always reload the configuration just after
server starts (+ 2 seconds, reload timeout).

And on configuration reload the clusters will be re-created, so some
internal stuff will be reseted:
- error_count
- last_used (round_robing)

And if the reload will happen during round_robin test it will start
querying from the beginning, so let's issue config reload just after
start to avoid reload in the middle of the test execution.
2020-06-21 12:01:15 +03:00
..
config
external_models/catboost
fuzz
instructions
integration Fix test_distributed_load_balancing flaps (due to config reload) 2020-06-21 12:01:15 +03:00
perf_drafts
performance Rename test file. 2020-06-19 13:24:17 +03:00
queries Merge pull request #11682 from ClickHouse/fix-parallel-final-stuck 2020-06-20 09:05:32 +03:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt Added MSan suppression for Hyperscan 2020-06-19 22:28:49 +03:00
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt
users.xml