mirror of https://github.com/grpc/grpc-java.git
buildscripts: enable xDS circuit breaking test (#7615)
This commit is contained in:
parent
19923df1b5
commit
c850840342
|
|
@ -28,9 +28,9 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
|
|||
# --test_case after they are added into "all".
|
||||
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
|
||||
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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue