ClickHouse/tests/integration/test_distributed_load_balancing
Azat Khuzhin 4b10b978e8 Increase number of iterations in test_distributed_load_balancing (fixes flakiness)
Before there was some flakiness, because for 15 iterations it does
generate all unique values (3 unique nodes) [1].

  [1]: https://clickhouse-test-reports.s3.yandex.net/28604/9911b3ea368a7745934517747e62db3217cddb00/integration_tests_(thread).html#fail1

I've tried other techincs (cap random value to the maximum number of
nodes, other RNG, but these does not solve it either).
2021-09-08 10:49:01 +03:00
..
configs Add LOG_DEBUG to debug test_distributed_load_balancing 2021-02-16 10:56:45 +03:00
__init__.py Add test for load_balancing algorithms 2020-06-14 01:09:22 +03:00
test.py Increase number of iterations in test_distributed_load_balancing (fixes flakiness) 2021-09-08 10:49:01 +03:00