additional hardening of RemoteReDeploymentSpec, #23838
This commit is contained in:
parent
de00efc405
commit
64669bc55f
1 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue