Skip to content

Commit

Permalink
xds interop: turn on circuit breaking test (#4144)
Browse files Browse the repository at this point in the history
Also need to set server image to version 3, so that the server blocks the
pending RPCs
  • Loading branch information
menghanl authored Jan 9, 2021
1 parent 083393f commit fb40d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kokoro/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fb40d83

Please sign in to comment.