grpc-java/interop-testing
Eric Anderson 4d5caf83fb Use exit() for integration test client
On my machine, the client currently takes ~3s to run a test. However,
with exit() it takes < 1s. When doing lots of integration tests, those
seconds add up.

We know one of those seconds is the DESTROY_DELAY_SECONDS of
SharedResourceHolder. Part of another second appears to be Netty
creating any threads that weren't previously created when shutting down.
2015-06-18 17:24:16 -07:00
..
src Use exit() for integration test client 2015-06-18 17:24:16 -07:00
build.gradle Allowing Netty TLS bootstrap handler to be sharable. 2015-06-03 09:42:08 -07:00