Merge pull request #24800 from voidzcy/impl/set_circuit_breaking_env_var_in_test_env_backport_1_34

Set enabling circuit breaking env var in xDS test client environment.

Cherry-pick of #24779
pull/24807/head
Chengyuan Zhang 4 years ago committed by GitHub
commit a9d6f9bd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/run_tests/run_xds_tests.py

@ -2035,6 +2035,7 @@ try:
bootstrap_server_features)).encode('utf-8'))
bootstrap_path = bootstrap_file.name
client_env['GRPC_XDS_BOOTSTRAP'] = bootstrap_path
client_env['GRPC_XDS_EXPERIMENTAL_CIRCUIT_BREAKING'] = 'true'
test_results = {}
failed_tests = []
for test_case in args.test_case:

Loading…
Cancel
Save