ClickHouse/tests/integration/test_distributed_load_balancing
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
..
configs Add test for load_balancing algorithms 2020-06-14 01:09:22 +03:00
__init__.py Add test for load_balancing algorithms 2020-06-14 01:09:22 +03:00
test.py Fix test_distributed_load_balancing flaps (due to config reload) 2020-06-21 12:01:15 +03:00