From fb40d83340e8c3830cc4907c00a1d8a003c6902c Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Fri, 8 Jan 2021 17:16:38 -0800 Subject: [PATCH] xds interop: turn on circuit breaking test (#4144) Also need to set server image to version 3, so that the server blocks the pending RPCs --- test/kokoro/xds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/kokoro/xds.sh b/test/kokoro/xds.sh index 23c9d0119425..565d55aa116c 100755 --- a/test/kokoro/xds.sh +++ b/test/kokoro/xds.sh @@ -27,9 +27,9 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh # they are added into "all". GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \ python3 grpc/tools/run_tests/run_xds_tests.py \ - --test_case="all,path_matching,header_matching" \ + --test_case="all,path_matching,header_matching,circuit_breaking" \ --project_id=grpc-testing \ - --source_image=projects/grpc-testing/global/images/xds-test-server-2 \ + --source_image=projects/grpc-testing/global/images/xds-test-server-3 \ --path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \ --gcp_suffix=$(date '+%s') \ --verbose \