Merge pull request #1444 from akka/wip-3334-RemoteDeploymentDeathWatchSpec-patriknw

Shutdown ordering issue in RemoteDeploymentDeathWatchSpec, see #3334
This commit is contained in:
Patrik Nordwall 2013-05-17 04:58:12 -07:00
commit 346d06a57c

View file

@ -95,10 +95,8 @@ abstract class RemoteDeploymentDeathWatchSpec
testConductor.exit(third, 0).await
enterBarrier("third-crashed")
runOn(first) {
// second system will be shutdown
testConductor.shutdown(second)
}
// second system will be shutdown
testConductor.shutdown(second).await
enterBarrier("after-3")
}