From 3726098a2261024cf989f437a95b1f0d40409d89 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Wed, 4 Feb 2015 11:46:50 -0800 Subject: Fling client needs to have 4 invocations of event_finish to make this a real ping-pong test --- test/core/fling/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/core/fling/client.c b/test/core/fling/client.c index cd2efc3cd0..a91dfba9b0 100644 --- a/test/core/fling/client.c +++ b/test/core/fling/client.c @@ -65,6 +65,7 @@ static void step_ping_pong_request(void) { grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); + grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); grpc_call_destroy(call); call = NULL; } -- cgit v1.2.3