- Mar 04, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 03, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
-
Craig Tiller authored
-
Vijay Pai authored
a proper join. Also had been misusing EXPECT_EQ, as well as actually having an invalid expectation on the ok field. Now it should be sane.
-
- Mar 02, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Nathaniel Manista authored
With this change the Python code generated by the Python code generator uses the grpc.early_adopter package and not the grpc.framework.face package.
-
- Mar 01, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Feb 28, 2015
-
-
vjpai authored
-
Craig Tiller authored
Also speed up a test, and disable some rarely touched but long running tests
- Feb 27, 2015
-
-
Craig Tiller authored
-
vjpai authored
-
vjpai authored
-
Craig Tiller authored
-
vjpai authored
-
Craig Tiller authored
-
Craig Tiller authored
To ensure that we actually probe different ports
-
vjpai authored
-
vjpai authored
-
Vijay Pai authored
-
Craig Tiller authored
-
vjpai authored
bind and other functions
-
Craig Tiller authored
-
Nathaniel Manista authored
There may be some aspect of mortal sin in the way that context management is now done in this test.
-
vjpai authored
that it should be with multiple threads waiting on a single completion queue. The client currently uses a separate completion queue per-thread, as trying to do a single unified queue was leading to crashes for me. I need to figure that out.
-
- Feb 26, 2015
-
-
Craig Tiller authored
-
Masood Malekghassemi authored
Fixes module path finding in the Python code generator and the signatures of generated servicer methods.
-
Craig Tiller authored
-
- Feb 25, 2015
-
-
David Klempner authored
The test currently allocates a single port and reuses it through the test. Given the timeouts in this test this leaves substantial race windows where other processes on the same machine could steal the port between subcases. Instead, as a simple hack, allocate a new port before each test.
-
Craig Tiller authored
This string comes from an authority field, which is allowed to contain a ':' port (see https://tools.ietf.org/html/rfc3986#section-3.2). We need to strip it before performing host name verification.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
-
Masood Malekghassemi authored
-