- Mar 21, 2016
-
-
yang-g authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
- Mar 15, 2016
-
-
Vijay Pai authored
-
vjpai authored
These tests (especially unconstrained versions) can get very backlogged and may take a while to finish. We sometimes flake waiting for that. This is not hazardous (IMO), as the scripts that run these tests already have timeouts to make sure that these don't truly go on forever. 2. Make the time spent in the benchmark phase actually be benchmark_seconds rather than benchmark_seconds-warmup_seconds as it is currently.
-
Paul Querna authored
-
- Mar 09, 2016
-
-
David Garcia Quintas authored
-
- Mar 08, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 07, 2016
-
-
Sree Kuchibhotla authored
-
David Garcia Quintas authored
-
- Mar 04, 2016
-
-
Sree Kuchibhotla authored
-
Craig Tiller authored
-
Dan Born authored
-
Dan Born authored
-
Vijay Pai authored
-
- Mar 03, 2016
-
-
Vijay Pai authored
-
Vijay Pai authored
There is a comment above IsCancelled that says when it is ok to use this.
-
Masood Malekghassemi authored
-
Craig Tiller authored
We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
-
Craig Tiller authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
Craig Tiller authored
-
- Mar 02, 2016
- Mar 01, 2016
-
-
Sree Kuchibhotla authored
-
Craig Tiller authored
-
Sree Kuchibhotla authored
-
- Feb 29, 2016
-
-
Sree Kuchibhotla authored
-
- Feb 26, 2016
- Feb 25, 2016
-
-
Vijay Pai authored
streaming API. In particular, Finish should not be called until the client is sure that there is no more message to be read (as documented in the comments for ClientStreamingInterface::Finish)
-
Nicolas "Pixel" Noble authored
-
Dan Born authored
-