mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Merge pull request #60485 from ClickHouse/fix-test-custom-key-load-balancing
Fix: test_parallel_replicas_custom_key_load_balancing
This commit is contained in:
commit
48745c95cc
@ -109,6 +109,9 @@ def test_parallel_replicas_custom_key_load_balancing(
|
||||
== "subqueries\t4\n"
|
||||
)
|
||||
|
||||
# With enabled hedged requests, we can't guarantee exact query distribution among nodes
|
||||
# In case of a replica being slow in terms of responsiveness, hedged connection can change initial replicas choice
|
||||
if use_hedged_requests == 0:
|
||||
# check queries per node
|
||||
assert (
|
||||
node1.query(
|
||||
|
Loading…
Reference in New Issue
Block a user