Minor corrections and cleanup

This commit is contained in:
Patrik Nordwall 2012-05-30 17:17:09 +02:00
parent cd8e0ab3b1
commit e469561543
4 changed files with 17 additions and 15 deletions

View file

@ -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) {