Enable xds_routing_lb tracer in xds interop tests.

pull/23118/head
Mark D. Roth 5 years ago
parent c566b0f7af
commit 4cfeb71b63
  1. 2
      tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh
  2. 2
      tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh
  3. 2
      tools/internal_ci/linux/grpc_xds_csharp_test_in_docker.sh
  4. 2
      tools/internal_ci/linux/grpc_xds_php_test_in_docker.sh
  5. 2
      tools/internal_ci/linux/grpc_xds_ruby_test_in_docker.sh

@ -48,7 +48,7 @@ touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
bazel build //src/python/grpcio_tests/tests_py3_only/interop:xds_interop_client bazel build //src/python/grpcio_tests/tests_py3_only/interop:xds_interop_client
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \ GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_routing_lb,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \ tools/run_tests/run_xds_tests.py \
--test_case=all \ --test_case=all \
--project_id=grpc-testing \ --project_id=grpc-testing \

@ -48,7 +48,7 @@ touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
bazel build test/cpp/interop:xds_interop_client bazel build test/cpp/interop:xds_interop_client
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \ GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_routing_lb,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \ tools/run_tests/run_xds_tests.py \
--test_case=all \ --test_case=all \
--project_id=grpc-testing \ --project_id=grpc-testing \

@ -48,7 +48,7 @@ touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
python tools/run_tests/run_tests.py -l csharp -c opt --build_only python tools/run_tests/run_tests.py -l csharp -c opt --build_only
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \ GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_routing_lb,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \ tools/run_tests/run_xds_tests.py \
--test_case=all \ --test_case=all \
--project_id=grpc-testing \ --project_id=grpc-testing \

@ -61,7 +61,7 @@ export CC=/usr/bin/gcc
composer install && \ composer install && \
./bin/generate_proto_php.sh) ./bin/generate_proto_php.sh)
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \ GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_routing_lb,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \ tools/run_tests/run_xds_tests.py \
--test_case=all \ --test_case=all \
--project_id=grpc-testing \ --project_id=grpc-testing \

@ -48,7 +48,7 @@ touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
(cd src/ruby && bundle && rake compile) (cd src/ruby && bundle && rake compile)
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \ GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_routing_lb,cds_lb,eds_lb,priority_lb,weighted_target_lb,lrs_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \ tools/run_tests/run_xds_tests.py \
--test_case=all \ --test_case=all \
--project_id=grpc-testing \ --project_id=grpc-testing \

Loading…
Cancel
Save