Skip to content
Snippets Groups Projects
Commit e8f9cbbd authored by murgatroid99's avatar murgatroid99
Browse files

Remove some disabled copied Node Express perf tests

parent dabe6bd2
No related branches found
No related tags found
No related merge requests found
...@@ -688,17 +688,6 @@ class NodeExpressLanguage: ...@@ -688,17 +688,6 @@ class NodeExpressLanguage:
return 700 return 700
def scenarios(self): def scenarios(self):
# TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario(
# 'node_generic_async_streaming_ping_pong', rpc_type='STREAMING',
# client_type='ASYNC_CLIENT', server_type='ASYNC_GENERIC_SERVER',
# use_generic_payload=True)
# TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario(
# 'node_protobuf_async_streaming_ping_pong', rpc_type='STREAMING',
# client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER')
yield _ping_pong_scenario( yield _ping_pong_scenario(
'node_express_json_unary_ping_pong', rpc_type='UNARY', 'node_express_json_unary_ping_pong', rpc_type='UNARY',
client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER', client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
...@@ -710,24 +699,6 @@ class NodeExpressLanguage: ...@@ -710,24 +699,6 @@ class NodeExpressLanguage:
unconstrained_client='async', unconstrained_client='async',
categories=[SCALABLE, SMOKETEST]) categories=[SCALABLE, SMOKETEST])
# TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario(
# 'node_protobuf_async_streaming_qps_unconstrained', rpc_type='STREAMING',
# client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
# unconstrained_client='async')
# TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario(
# 'node_to_cpp_protobuf_async_unary_ping_pong', rpc_type='UNARY',
# client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
# server_language='c++', server_core_limit=1, async_server_threads=1)
# TODO(jtattermusch): make this scenario work
#yield _ping_pong_scenario(
# 'node_to_cpp_protobuf_async_streaming_ping_pong', rpc_type='STREAMING',
# client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
# server_language='c++', server_core_limit=1, async_server_threads=1)
def __str__(self): def __str__(self):
return 'node_express' return 'node_express'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment