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
|
|
@ -795,7 +795,7 @@ abstract class StressSpec
|
|||
runOn(roles.head) {
|
||||
if (shutdown) {
|
||||
log.info("Shutting down [{}]", removeAddress)
|
||||
testConductor.shutdown(removeRole, 0).await
|
||||
testConductor.exit(removeRole, 0).await
|
||||
}
|
||||
}
|
||||
awaitMembersUp(currentRoles.size, timeout = remaining)
|
||||
|
|
@ -828,7 +828,7 @@ abstract class StressSpec
|
|||
runOn(roles.head) {
|
||||
if (shutdown) removeRoles.foreach { r ⇒
|
||||
log.info("Shutting down [{}]", address(r))
|
||||
testConductor.shutdown(r, 0).await
|
||||
testConductor.exit(r, 0).await
|
||||
}
|
||||
}
|
||||
awaitMembersUp(currentRoles.size, timeout = remaining)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue