Always removeNode when shutdown, see 2137
This commit is contained in:
parent
415366e881
commit
f30a1a0b1f
6 changed files with 3 additions and 7 deletions
|
|
@ -54,7 +54,6 @@ abstract class NodeShutdownSpec extends MultiNodeSpec(NodeShutdownMultiJvmSpec)
|
|||
"become singleton cluster when one node is shutdown" taggedAs LongRunningTest in {
|
||||
runOn(first) {
|
||||
val secondAddress = node(second).address
|
||||
testConductor.removeNode(second)
|
||||
testConductor.shutdown(second, 0)
|
||||
awaitUpConvergence(numberOfMembers = 1, canNotBePartOfMemberRing = Seq(secondAddress), 30.seconds)
|
||||
cluster.isSingletonCluster must be(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue