diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-15 10:05:08 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-15 10:05:08 -0700 |
commit | 94c4bac8eafba6e4ec5057bca265b8fb06569d3a (patch) | |
tree | 8c0e6159a6c4504f2e2d2eb87b50b4d7586ffce2 | |
parent | 13c0940f662e79bed94c28a9fc351ec87a634d6d (diff) | |
parent | c7ab6dba009a07a68d0c5f81a88613439be45406 (diff) |
Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into handshake_timeout
-rw-r--r-- | test/core/iomgr/endpoint_tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/iomgr/endpoint_tests.c b/test/core/iomgr/endpoint_tests.c index 40807242db..fb5c4b1949 100644 --- a/test/core/iomgr/endpoint_tests.c +++ b/test/core/iomgr/endpoint_tests.c @@ -281,6 +281,7 @@ static void multiple_shutdown_test(grpc_endpoint_test_config config) { grpc_closure_create(inc_on_failure, &fail_count)); grpc_exec_ctx_flush(&exec_ctx); GPR_ASSERT(fail_count == 2); + gpr_slice_buffer_add(&slice_buffer, gpr_slice_from_copied_string("a")); grpc_endpoint_write(&exec_ctx, f.client_ep, &slice_buffer, grpc_closure_create(inc_on_failure, &fail_count)); grpc_exec_ctx_flush(&exec_ctx); |