We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083393f commit fb40d83Copy full SHA for fb40d83
test/kokoro/xds.sh
@@ -27,9 +27,9 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
27
# they are added into "all".
28
GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \
29
python3 grpc/tools/run_tests/run_xds_tests.py \
30
- --test_case="all,path_matching,header_matching" \
+ --test_case="all,path_matching,header_matching,circuit_breaking" \
31
--project_id=grpc-testing \
32
- --source_image=projects/grpc-testing/global/images/xds-test-server-2 \
+ --source_image=projects/grpc-testing/global/images/xds-test-server-3 \
33
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
34
--gcp_suffix=$(date '+%s') \
35
--verbose \
0 commit comments