grpc-go/interop
Menghan Li 4b49faaf06 Make interop client dial blocking (#1559)
This should not be necessary once the new balancer API is done.

Currently interop clients don't use balancer. With a non-blocking dial, the first failfast RPC will fail because there's no connection available.
This is a known bug, and will be fixed by the new balancer APIs.

This is a temp fix to make interop tests pass.
2017-10-03 16:57:48 -07:00
..
client Make interop client dial blocking (#1559) 2017-10-03 16:57:48 -07:00
grpc_testing go-generate pb.go files and check in Travis to make sure they don't change (#1426) 2017-08-17 16:00:51 -07:00
http2 autofix license notice 2017-06-08 14:42:19 +02:00
server Revert "Added localhost to net.Listen() calls to avoid macOS firewall dialog." (#1541) 2017-09-27 00:01:17 -07:00
test_utils.go Use Type() method for OAuth tokens instead of accessing TokenType field. (#1537) 2017-09-25 11:38:05 -07:00