mirror of https://github.com/grpc/grpc-node.git
grpc-js-xds: Enable fault_injection xDS interop test
This commit is contained in:
parent
b5fd5b033e
commit
36c6add3a7
|
@ -51,8 +51,9 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
|
|||
GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver \
|
||||
GRPC_NODE_VERBOSITY=DEBUG \
|
||||
NODE_XDS_INTEROP_VERBOSITY=1 \
|
||||
GRPC_XDS_EXPERIMENTAL_FAULT_INJECTION=1 \
|
||||
python3 grpc/tools/run_tests/run_xds_tests.py \
|
||||
--test_case="all,timeout,circuit_breaking" \
|
||||
--test_case="all,timeout,circuit_breaking,fault_injection" \
|
||||
--project_id=grpc-testing \
|
||||
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
|
||||
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
|
||||
|
|
Loading…
Reference in New Issue