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:
Azat Khuzhin 2020-06-27 10:27:00 +03:00
parent ebff4eae7d
commit 72db50fe22

View File

@ -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):