additional hardening of RemoteReDeploymentSpec, #23838

This commit is contained in:
Patrik Nordwall 2017-11-14 11:54:16 +01:00 committed by Johan Andrén
parent de00efc405
commit 64669bc55f

View file

@ -169,6 +169,10 @@ abstract class RemoteReDeploymentMultiJvmSpec(multiNodeConfig: RemoteReDeploymen
enterBarrier("cable-cut")
runOn(first) {
testConductor.passThrough(second, first, Both).await
}
// make sure ordinary communication works
runOn(second) {
val sel = sys.actorSelection(node(first) / "user" / "echo")