Add previousStatus in MemberRemoved, see #3252
This commit is contained in:
parent
f3f55d4972
commit
ee6e80d31a
15 changed files with 39 additions and 42 deletions
|
|
@ -48,7 +48,7 @@ abstract class NodeLeavingAndExitingSpec
|
|||
if (state.members.exists(m ⇒ m.address == secondAddess && m.status == Exiting))
|
||||
exitingLatch.countDown()
|
||||
case MemberExited(m) if m.address == secondAddess ⇒ exitingLatch.countDown()
|
||||
case MemberRemoved(m) ⇒ // not tested here
|
||||
case _: MemberRemoved ⇒ // not tested here
|
||||
|
||||
}
|
||||
})), classOf[MemberEvent])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue