grpc/test/cpp/end2end
Craig Tiller e4d2748f2f Fix async_end2end_test flow control
Completion queues + flow control + single threading is hard.

We need a read outstanding on a call to grant flow control tokens to the
remote end.

To do that we need to request a read *before* we wait for the write to
be finished, otherwise, in the case of a large write we'll block waiting
for flow control tokens.

Built on #6402
2016-05-03 12:19:33 -07:00
..
async_end2end_test.cc Fix async_end2end_test flow control 2016-05-03 12:19:33 -07:00
client_crash_test.cc Fix client_crash_test, implement idempotency, fail_fast for C++ 2016-04-01 12:24:18 -07:00
client_crash_test_server.cc Update copyrights 2016-03-31 07:46:18 -07:00
end2end_test.cc Update copyrights 2016-03-31 07:46:18 -07:00
generic_end2end_test.cc Update copyrights 2016-03-31 07:46:18 -07:00
hybrid_end2end_test.cc Auto-changes 2016-03-25 13:38:14 -07:00
mock_test.cc Update copyrights 2016-03-31 07:46:18 -07:00
server_crash_test.cc Update copyrights 2016-03-31 07:46:18 -07:00
server_crash_test_client.cc Fixes 2016-04-01 13:01:26 -07:00
shutdown_test.cc Update copyrights 2016-03-31 07:46:18 -07:00
streaming_throughput_test.cc Update copyrights 2016-03-31 07:46:18 -07:00
test_service_impl.cc Auto-changes 2016-03-25 13:38:14 -07:00
test_service_impl.h Merge branch 'master' into server_try_cancel_api 2016-02-03 07:41:31 -08:00
thread_stress_test.cc Merge pull request #6041 from vjpai/i_know_virtual_destructors 2016-03-31 17:54:43 -07:00
zookeeper_test.cc Update copyrights 2016-03-31 07:46:18 -07:00