Skip to content
Snippets Groups Projects
Commit ed4c3f17 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

disable some C# scenarios

parent 427699b6
No related branches found
No related tags found
No related merge requests found
......@@ -265,16 +265,18 @@ class CSharpLanguage:
use_unconstrained_client=True,
categories=[SMOKETEST])
yield _ping_pong_scenario(
'csharp_protobuf_async_streaming_qps_unconstrained', rpc_type='STREAMING',
client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
use_unconstrained_client=True)
# TODO(jtattermusch): scenario works locally but fails on jenkins
#yield _ping_pong_scenario(
# 'csharp_protobuf_async_streaming_qps_unconstrained', rpc_type='STREAMING',
# client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
# use_unconstrained_client=True)
yield _ping_pong_scenario(
'csharp_to_cpp_protobuf_sync_unary_ping_pong', rpc_type='UNARY',
client_type='SYNC_CLIENT', server_type='SYNC_SERVER',
server_language='c++', server_core_limit=1, async_server_threads=1,
categories=[SMOKETEST])
# TODO(jtattermusch): scenario works locally but fails on jenkins
#yield _ping_pong_scenario(
# 'csharp_to_cpp_protobuf_sync_unary_ping_pong', rpc_type='UNARY',
# client_type='SYNC_CLIENT', server_type='SYNC_SERVER',
# server_language='c++', server_core_limit=1, async_server_threads=1,
# categories=[SMOKETEST])
yield _ping_pong_scenario(
'csharp_to_cpp_protobuf_async_streaming_ping_pong', rpc_type='STREAMING',
......
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