Skip to content

Commit

Permalink
[xds_cluster_e2e_test] remove unnecessary check for EDS response state
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Sep 16, 2024
1 parent 33edf1a commit f94604a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cpp/end2end/xds/xds_cluster_end2end_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1563,8 +1563,6 @@ TEST_P(FailoverTest, MoveAllLocalitiesInCurrentPriorityToHigherPriority) {
balancer_->ads_service()->SetEdsResource(BuildEdsResource(args));
// When backend 2 gets traffic, we know the second update has been seen.
WaitForBackend(DEBUG_LOCATION, 2);
// The xDS server got at least 1 response.
EXPECT_TRUE(balancer_->ads_service()->eds_response_state().has_value());
}

// This tests a bug triggered by the xds_cluster_resolver policy reusing
Expand Down

0 comments on commit f94604a

Please sign in to comment.