From 121a59ba4d6fc474ab4db14c71bb03c65eee81f8 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Wed, 29 Apr 2020 20:38:13 -0700 Subject: [PATCH] Disable strict --fail_on_failed_rpc flag generally --- tools/run_tests/run_xds_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index ef3b0e91294..9b47b28d1ba 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -226,9 +226,9 @@ _BOOTSTRAP_TEMPLATE = """ # TODO(ericgribkoff) Add change_backend_service to this list once TD no longer # sends an update with no localities when adding the MIG to the backend service # can race with the URL map patch. -_TESTS_TO_FAIL_ON_RPC_FAILURE = [ - 'new_instance_group_receives_traffic', 'ping_pong', 'round_robin' -] +# TODO(ericgribkoff) Add new_instance_group_receives_traffic, ping_pong, and +# round_robin when empty update issue is resolved. +_TESTS_TO_FAIL_ON_RPC_FAILURE = [] _TESTS_USING_SECONDARY_IG = [ 'secondary_locality_gets_no_requests_on_partial_primary_failure', 'secondary_locality_gets_requests_on_primary_failure'