Merged and addressed code review comments.

pull/22229/head
Donna Dionne 5 years ago
parent 854ebff0c3
commit e2178cc1ff
  1. 5
      test/cpp/end2end/xds_end2end_test.cc

@ -2268,7 +2268,10 @@ TEST_P(LocalityMapTest, UpdateMap) {
class FailoverTest : public BasicTest {
public:
FailoverTest() { ResetStub(0, 100, ""); }
void SetUp() override {
BasicTest::SetUp();
ResetStub(0, 100, "");
}
};
// Localities with the highest priority are used when multiple priority exist.

Loading…
Cancel
Save