mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Drop TODO about possible failures from test_distributed_load_balancing
Fixed in: #11669 bd45592539
("Fix
test_distributed_load_balancing flaps (due to config reload)")
This commit is contained in:
parent
ebff4eae7d
commit
72db50fe22
@ -120,7 +120,6 @@ def test_load_balancing_first_or_random():
|
||||
assert len(unique_nodes) == 1, unique_nodes
|
||||
assert unique_nodes == set(['n1'])
|
||||
|
||||
# TODO: last_used will be reset on config reload, hence may fail
|
||||
def test_load_balancing_round_robin():
|
||||
unique_nodes = set()
|
||||
for _ in range(0, nodes):
|
||||
|
Loading…
Reference in New Issue
Block a user