Skip to content

Commit

Permalink
also remove circuit_breaking from grpc_xds_bazel_test_in_docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed May 20, 2024
1 parent dab5532 commit 41ef4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export PYTHONUNBUFFERED=true
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_resolver_lb,priority_lb,xds_cluster_impl_lb,weighted_target_lb "$PYTHON" \
/var/local/git/grpc/tools/run_tests/run_xds_tests.py \
--halt_after_fail \
--test_case="ping_pong,circuit_breaking" \
--test_case="ping_pong" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-5 \
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bazel build test/cpp/interop:xds_interop_client
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_resolver_lb,priority_lb,xds_cluster_impl_lb,weighted_target_lb "$PYTHON" \
/var/local/git/grpc/tools/run_tests/run_xds_tests.py \
--halt_after_fail \
--test_case="ping_pong,circuit_breaking" \
--test_case="ping_pong" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-5 \
Expand Down

0 comments on commit 41ef4ac

Please sign in to comment.