Allow barrier timeouts to be shortened and other review fixes

This commit is contained in:
Björn Antonsson 2012-06-15 14:39:47 +02:00
parent b52da8d588
commit fd42c3d49a
32 changed files with 395 additions and 267 deletions

View file

@ -50,7 +50,7 @@ abstract class NodeLeavingAndExitingSpec
runOn(first) {
cluster.leave(secondAddress)
}
enter("second-left")
enterBarrier("second-left")
runOn(first, third) {
@ -69,7 +69,7 @@ abstract class NodeLeavingAndExitingSpec
hasExited.get.address must be(secondAddress)
}
enter("finished")
enterBarrier("finished")
}
}
}