From df64f452de0f45ce8d4ceae681697f286d8edca8 Mon Sep 17 00:00:00 2001 From: Chengyuan Zhang Date: Sun, 8 Nov 2020 21:58:31 -0800 Subject: [PATCH] Configure client to send both unary and empty calls. --- tools/run_tests/run_xds_tests.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index c2a32306e5e..baf923cac23 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -1161,6 +1161,11 @@ def test_circuit_breaking_advanced(gcp, }, ] try: + # Make client send UNARY_CALL and EMPTY_CALL. + configure_client( + [messages_pb2.ClientConfigureRequest.RpcType.UNARY_CALL, + messages_pb2.ClientConfigureRequest.RpcType.EMPTY_CALL], + []) logger.info('Patching url map with %s', route_rules) patch_url_map_backend_service(gcp, original_backend_service,