- Feb 28, 2015
-
-
vjpai authored
-
- 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
-
Julien Boeuf authored
-
- Feb 24, 2015
-
-
Julien Boeuf authored
- The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
-
Nicolas Noble authored
-
- Feb 23, 2015
-
-
Craig Tiller authored
For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
-
Julien Boeuf authored
- Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
-
Craig Tiller authored
-
Nicolas Noble authored
-) 0x7f (Backspace) isn't a printable character. -) use sizeof(var) instead of sizeof(type).
-
- Feb 22, 2015
-
-
Julien Boeuf authored
- Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block.
-
- Feb 21, 2015
-
-
Craig Tiller authored
We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
-
Masood Malekghassemi authored
-
- Feb 20, 2015
-
-
Craig Tiller authored
This will allow the test to shut down cleanly, and avoid failing.
-
Yang Gao authored
-
vjpai authored
-
Craig Tiller authored
I'm honestly a little shocked this wasn't done previously.
-
Craig Tiller authored
-