From 74b767d72c536fb1e836578be802fe2aae9cfeb1 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Wed, 17 Mar 2021 11:19:49 -0700 Subject: [PATCH] xds testing: set fault injection env var, so the test can be turned on (#25735) Note that this doesn't turn on the tests. The tests needs to be turned on in the kokoro shell scripts. --- tools/run_tests/run_xds_tests.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index e0abc85037f..83a38ec35f4 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -2595,12 +2595,7 @@ try: client_env['GRPC_XDS_BOOTSTRAP'] = bootstrap_path client_env['GRPC_XDS_EXPERIMENTAL_CIRCUIT_BREAKING'] = 'true' client_env['GRPC_XDS_EXPERIMENTAL_ENABLE_TIMEOUT'] = 'true' - # Temporarily turn off fault injection, because HTTPFault filter isn't - # handled correctly yet in CPP and Go. And setting would break all the - # other tests. Uncomment the following line when the support is - # complete. - # - # client_env['GRPC_XDS_EXPERIMENTAL_FAULT_INJECTION'] = 'true' + client_env['GRPC_XDS_EXPERIMENTAL_FAULT_INJECTION'] = 'true' test_results = {} failed_tests = [] for test_case in args.test_case: