grpc-java/interop-testing
Eric Anderson 38fe5d276f interop-testing: Remove redundant tearDown() in hook
The main() Thread will call tearDown() itself. It appears this
redundancy has existed since e813eaae2f, where the normal error handling
was enhanced at the same time as cleaning up resource management. The
cleanup should have made it obvious the hook was no longer needed, but
alas. Technically, it did originally provide a purpose if setup()
failed, but it would have been better to just move setup() into the
try-catch instead. Today it doesn't even provide that purpose.
2020-10-13 16:34:57 -05:00
..
src interop-testing: Remove redundant tearDown() in hook 2020-10-13 16:34:57 -05:00
build.gradle gradle: Fix Gradle 6 warnings 2020-07-31 09:52:36 -05:00