Skip to content

Commit

Permalink
Merge pull request grpc#2310 from grpc/reduce-gce-xds-interop-tests
Browse files Browse the repository at this point in the history
grpc-js-xds: Reduce GCE xDS interop tests to ping_pong and circuit_breaking
  • Loading branch information
murgatroid99 authored and sergiitk committed Jan 6, 2023
1 parent 3a789e2 commit af0578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/scripts/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weigh
GRPC_NODE_VERBOSITY=DEBUG \
NODE_XDS_INTEROP_VERBOSITY=1 \
python3 grpc/tools/run_tests/run_xds_tests.py \
--test_case="all,timeout,circuit_breaking,fault_injection,csds" \
--test_case="ping_pong,circuit_breaking" \
--project_id=grpc-testing \
--source_image=projects/grpc-testing/global/images/xds-test-server-5 \
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
Expand Down

0 comments on commit af0578e

Please sign in to comment.