+act #18575 Publish MemberJoined
This commit is contained in:
parent
a6279b7b3f
commit
821dc2199b
7 changed files with 113 additions and 90 deletions
|
|
@ -67,7 +67,7 @@ abstract class NodeChurnSpec
|
|||
additionaSystems.foreach { s ⇒
|
||||
val c = Cluster(s)
|
||||
c.state.members.size should be(numberOfMembers)
|
||||
c.state.members.forall(_.status == MemberStatus.Up)
|
||||
c.state.members.forall(_.status == MemberStatus.Up) shouldBe true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue