Skip to content

Commit fb40d83

Browse files
authored
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
1 parent 083393f commit fb40d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/kokoro/xds.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
2727
# they are added into "all".
2828
GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \
2929
python3 grpc/tools/run_tests/run_xds_tests.py \
30-
--test_case="all,path_matching,header_matching" \
30+
--test_case="all,path_matching,header_matching,circuit_breaking" \
3131
--project_id=grpc-testing \
32-
--source_image=projects/grpc-testing/global/images/xds-test-server-2 \
32+
--source_image=projects/grpc-testing/global/images/xds-test-server-3 \
3333
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
3434
--gcp_suffix=$(date '+%s') \
3535
--verbose \

0 commit comments

Comments
 (0)