Minor corrections and cleanup
This commit is contained in:
parent
cd8e0ab3b1
commit
e469561543
4 changed files with 17 additions and 15 deletions
|
|
@ -43,7 +43,6 @@ class ClientDowningNodeThatIsUpSpec
|
|||
testConductor.enter("all-up")
|
||||
|
||||
// mark 'third' node as DOWN
|
||||
testConductor.removeNode(third)
|
||||
cluster.down(thirdAddress)
|
||||
testConductor.enter("down-third-node")
|
||||
|
||||
|
|
@ -56,6 +55,8 @@ class ClientDowningNodeThatIsUpSpec
|
|||
cluster.join(node(first).address)
|
||||
awaitUpConvergence(numberOfMembers = 4)
|
||||
testConductor.enter("all-up")
|
||||
testConductor.enter("down-third-node")
|
||||
testConductor.enter("await-completion")
|
||||
}
|
||||
|
||||
runOn(second, fourth) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue