grpc/test/cpp
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
..
client Add set pointer api to channel_arguments 2015-11-25 11:45:33 -08:00
codegen Use the comments before syntax line as file comments. 2016-04-15 10:46:41 -07:00
common Update copyrights 2016-03-31 07:46:18 -07:00
end2end Fix async_end2end_test flow control 2016-05-03 12:19:33 -07:00
grpclb Begin optionalizing lb policies: initial code movement 2016-03-28 17:11:26 -07:00
interop Simplify QPS Metrics collection 2016-04-22 10:17:28 -07:00
qps Merge pull request #6340 from ctiller/fail_fast_breaks_qps 2016-05-02 14:26:52 -07:00
util Fix the sanity error reported by check_sources_and_headers.py 2016-04-26 12:15:48 -07:00