Disable node_protobuf_async_unary_qps_unconstrained benchmark test

pull/9960/head
murgatroid99 8 years ago
parent ed7d06af3e
commit faaa8b8913
  1. 11
      tools/run_tests/performance/scenario_config.py

@ -396,11 +396,12 @@ class NodeLanguage:
client_type='ASYNC_CLIENT', server_type='async_server', client_type='ASYNC_CLIENT', server_type='async_server',
client_language='c++') client_language='c++')
yield _ping_pong_scenario( # TODO(murgatroid99): fix bugs with this scenario and re-enable it
'node_protobuf_async_unary_qps_unconstrained', rpc_type='UNARY', # yield _ping_pong_scenario(
client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER', # 'node_protobuf_async_unary_qps_unconstrained', rpc_type='UNARY',
unconstrained_client='async', # client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
categories=[SCALABLE, SMOKETEST]) # unconstrained_client='async',
# categories=[SCALABLE, SMOKETEST])
# TODO(jtattermusch): make this scenario work # TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario( #yield _ping_pong_scenario(

Loading…
Cancel
Save