Additional coordination of shutdown in ClusterDeathWatchSpec, see #3255

* Added testconductor shutdown of actor system
* Renamed previous shutdown to exit
This commit is contained in:
Patrik Nordwall 2013-04-23 16:44:14 +02:00
parent b2494819d9
commit 19283207ff
20 changed files with 62 additions and 41 deletions

View file

@ -281,7 +281,7 @@ class ClusterSingletonManagerSpec extends MultiNodeSpec(ClusterSingletonManagerS
expectMsg(ResetOk)
roles foreach { r
log.info("Shutdown [{}]", node(r).address)
testConductor.shutdown(r, 0).await
testConductor.exit(r, 0).await
}
}
}