Merge pull request #22229 from donnadionne/failover_test2

Fix failover tests to use the correct failover timeout value
pull/22423/head
donnadionne 5 years ago committed by GitHub
commit 73f713320d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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