ClickHouse/tests/integration/test_parallel_replicas_custom_key_failover
Igor Nikonov bb5a6dd8d3 Fix: custom key failover test flakyness
slowdown_count used only by hedge connections
but it's stored inside connection pool and was used for pool shuffling
always. So, query execution which used hedged connections could affect
connection load balancing for queries w/o hedged connections by updating
slowdown_count
2024-02-19 20:44:55 +00:00
..
configs Revert "Revert flaky" 2024-01-19 13:51:30 +01:00
__init__.py Revert "Revert flaky" 2024-01-19 13:51:30 +01:00
test.py Fix: custom key failover test flakyness 2024-02-19 20:44:55 +00:00