Additional coordination of shutdown in ClusterDeathWatchSpec, see #3255
* Added testconductor shutdown of actor system * Renamed previous shutdown to exit
This commit is contained in:
parent
b2494819d9
commit
19283207ff
20 changed files with 62 additions and 41 deletions
|
|
@ -61,7 +61,7 @@ abstract class ConvergenceSpec(multiNodeConfig: ConvergenceMultiNodeConfig)
|
|||
|
||||
runOn(first) {
|
||||
// kill 'third' node
|
||||
testConductor.shutdown(third, 0).await
|
||||
testConductor.exit(third, 0).await
|
||||
markNodeAsUnavailable(thirdAddress)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue