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 70e1b30 commit 32847aeCopy full SHA for 32847ae
xds/src/test/java/io/grpc/xds/WeightedRoundRobinLoadBalancerTest.java
@@ -1148,8 +1148,6 @@ public void metrics() {
1148
Subchannel readySubchannel3 = it.next();
1149
getSubchannelStateListener(readySubchannel3).onSubchannelState(ConnectivityStateInfo
1150
.forNonError(ConnectivityState.READY));
1151
- verify(helper, times(3)).updateBalancingState(
1152
- eq(ConnectivityState.READY), pickerCaptor.capture());
1153
1154
// WRR creates a picker that updates the weights for each of the child subchannels. This should
1155
// give us three "rr_fallback" metric events as we don't yet have any weights to do weighted
0 commit comments