We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84321a9 commit adea348Copy full SHA for adea348
tests/round_robin_test.py
@@ -63,7 +63,10 @@ def test_round_robin(self) -> None:
63
with self.subTest("09_test_server_received_rpcs_from_test_client"):
64
self.assertSuccessfulRpcs(test_client)
65
66
- with self.subTest("10_round_robin"):
+ with self.subTest("10_test_healthy_endpoint_count"):
67
+ self.assertHealthyEndpointsCount(test_client, REPLICA_COUNT)
68
+
69
+ with self.subTest("11_round_robin"):
70
num_rpcs = 100
71
expected_rpcs_per_replica = num_rpcs / REPLICA_COUNT
72
0 commit comments