Skip to content
Snippets Groups Projects
Commit f87d9ea5 authored by Michael Lumish's avatar Michael Lumish Committed by GitHub
Browse files

Merge pull request #9960 from murgatroid99/node_qps_performance_disable

Disable node_protobuf_async_unary_qps_unconstrained benchmark test
parents ed7d06af faaa8b89
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment