aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-30 16:46:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-30 16:46:34 -0700
commit09694b984e4fe094de84d518d44186bf21d7abee (patch)
treebfe6f47d76699cf9b30ea59a12bb94573f14ef4a /src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
parent0b2a2b12c0f8e88bdaddce0651bc8245f705e679 (diff)
parent90da73714eac582686736c48d113bdfc75b15169 (diff)
Merge github.com:grpc/grpc into we-are-never-ever-ever
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
index 06d5ee93d8..a8cf75bd81 100644
--- a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
+++ b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
@@ -55,14 +55,7 @@ namespace Grpc.IntegrationTesting
{
var serverConfig = new ServerConfig
{
- ServerType = ServerType.ASYNC_SERVER,
- PayloadConfig = new PayloadConfig
- {
- SimpleParams = new SimpleProtoParams
- {
- RespSize = 100
- }
- }
+ ServerType = ServerType.ASYNC_SERVER
};
serverRunner = ServerRunners.CreateStarted(serverConfig);
}
@@ -88,7 +81,8 @@ namespace Grpc.IntegrationTesting
{
SimpleParams = new SimpleProtoParams
{
- ReqSize = 100
+ ReqSize = 100,
+ RespSize = 100
}
},
HistogramParams = new HistogramParams