Always removeNode when shutdown, see 2137
This commit is contained in:
parent
415366e881
commit
f30a1a0b1f
6 changed files with 3 additions and 7 deletions
|
|
@ -49,7 +49,6 @@ class LeaderDowningNodeThatIsUnreachableSpec
|
|||
testConductor.enter("all-up")
|
||||
|
||||
// kill 'fourth' node
|
||||
testConductor.removeNode(fourth)
|
||||
testConductor.shutdown(fourth, 0)
|
||||
testConductor.enter("down-fourth-node")
|
||||
|
||||
|
|
@ -89,7 +88,6 @@ class LeaderDowningNodeThatIsUnreachableSpec
|
|||
testConductor.enter("all-up")
|
||||
|
||||
// kill 'second' node
|
||||
testConductor.removeNode(second)
|
||||
testConductor.shutdown(second, 0)
|
||||
testConductor.enter("down-second-node")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue