Skip to content

Commit

Permalink
Merge pull request grpc#2454 from sergiitk/backport-1.5-interop-xds-v…
Browse files Browse the repository at this point in the history
…2-circuit_breaking

PSM Interop: do not run circuit_breaking in Legacy xDS v2 suite (@grpc/grpc-js@1.5.x backport)
  • Loading branch information
sergiitk authored May 25, 2023
2 parents ebe4542 + f72b240 commit a884c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/scripts/xds-v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

XDS_V3_OPT="--xds_v3_support" $(dirname $0)/xds.sh
XDS_V3_OPT="--xds_v3_support" TEST_CASES="ping_pong,circuit_breaking" $(dirname $0)/xds.sh
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="ping_pong,circuit_breaking" \
--test_case="${TEST_CASES:-ping_pong}" \
--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 a884c33

Please # to comment.