ENT-2036 handle ClosedChannelException during ssl handshake (#934)

* ENT-2036 handle ClosedChannelException during ssl handshake

* ENT-2036 address code review comments and revert AMQPChannelHandler as it will be fixed in OS first
This commit is contained in:
Tudor Malene 2018-06-06 15:13:17 +01:00 committed by GitHub
parent 4ba4e6d908
commit b823330a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ import java.util.concurrent.CountDownLatch
import java.util.concurrent.Executors
import kotlin.concurrent.thread
@Ignore
class HardRestartTest : IntegrationTest() {
companion object {
@ClassRule
@ -81,6 +80,7 @@ class HardRestartTest : IntegrationTest() {
returnValue.getOrThrow()
}
pongRestartThread.join()
}
}
@ -169,4 +169,4 @@ class HardRestartTest : IntegrationTest() {
}
}
}
}
}