Merge pull request #22827 from ericgribkoff/disable_fail

Disable strict --fail_on_failed_rpc flag generally
pull/22831/head
Eric Gribkoff 5 years ago committed by GitHub
commit b179868110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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'

Loading…
Cancel
Save