grpc-java/integration-testing
nathanmittler abdbf4940a Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started.
Previously, it was creating a client socket to determine when the server
was bound to the port. This causes the Netty server to create and then
quickly fail a client channel which was generating noisy error logs.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=80546045
2015-01-08 14:43:12 -08:00
..
certs Use real TLS security by default. 2015-01-08 14:43:11 -08:00
src Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. 2015-01-08 14:43:12 -08:00
pom.xml Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00