Shutdown ordering issue in RemoteDeploymentDeathWatchSpec, see #3334
This commit is contained in:
parent
85954621ef
commit
f2ff09771c
1 changed files with 2 additions and 4 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue