mirror of
https://github.com/corda/corda.git
synced 2025-02-14 14:42:32 +00:00
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:
parent
4ba4e6d908
commit
b823330a75
@ -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() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user