etcd/integration
Matt Brannock 520bd5084e integration, functional: Eliminate direct use of gRPC transport pkg
gRPC has moved the transport package to an internal-only directory. This
eliminates direct use of the transport package in the stress test in
favor of the error code from gRPC that represents a connection problem.

https://godoc.org/google.golang.org/grpc/internal/transport is the new
location for the package, which says it's not intended to be imported
directly. Instead, the maintainers suggested to use the code Unavailable
to detect a connection problem.

This change slightly reorganizes the stresser test error handling.
2018-07-19 10:55:57 -07:00
..
2018-06-26 16:31:01 -04:00
2016-05-12 20:51:48 -07:00
2018-05-01 16:15:09 -07:00
2017-04-27 13:32:09 -07:00
2016-05-23 14:45:08 -07:00
2016-05-12 20:51:48 -07:00