aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-03-02 10:50:34 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-03-02 10:50:34 -0800
commitfaaa8b8913b347aeea01f18b7aa44db91d91ab97 (patch)
treecce3657c7f76d5f7283aea3621f7bc8ea1310051 /tools
parented7d06af3eef1c27f10328c73b3ae3ab10d72b10 (diff)
Disable node_protobuf_async_unary_qps_unconstrained benchmark test
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/performance/scenario_config.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index b20bb40eb1..163f5d5746 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -396,11 +396,12 @@ class NodeLanguage:
client_type='ASYNC_CLIENT', server_type='async_server',
client_language='c++')
- yield _ping_pong_scenario(
- 'node_protobuf_async_unary_qps_unconstrained', rpc_type='UNARY',
- client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
- unconstrained_client='async',
- categories=[SCALABLE, SMOKETEST])
+ # TODO(murgatroid99): fix bugs with this scenario and re-enable it
+ # yield _ping_pong_scenario(
+ # 'node_protobuf_async_unary_qps_unconstrained', rpc_type='UNARY',
+ # client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
+ # unconstrained_client='async',
+ # categories=[SCALABLE, SMOKETEST])
# TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario(