Skip to content

Commit

Permalink
Merge branch 'dualstack_rr' into dualstack_wrr
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Sep 2, 2023
2 parents 4b129af + 73ce281 commit 2c86fd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/core/client_channel/lb_policy/outlier_detection_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ TEST_F(OutlierDetectionTest, FailurePercentage) {
time_cache_.IncrementBy(Duration::Seconds(10));
RunTimerCallback();
gpr_log(GPR_INFO, "### ejection complete");
// Expect a re-resolution request.
ExpectReresolutionRequest();
// Expect a picker update.
std::vector<absl::string_view> remaining_addresses;
for (const auto& addr : kAddresses) {
Expand Down

0 comments on commit 2c86fd2

Please sign in to comment.