Allow barrier timeouts to be shortened and other review fixes
This commit is contained in:
parent
b52da8d588
commit
fd42c3d49a
32 changed files with 395 additions and 267 deletions
|
|
@ -46,12 +46,12 @@ abstract class ConvergenceSpec
|
|||
// doesn't join immediately
|
||||
}
|
||||
|
||||
enter("after-1")
|
||||
enterBarrier("after-1")
|
||||
}
|
||||
|
||||
"not reach convergence while any nodes are unreachable" taggedAs LongRunningTest ignore {
|
||||
val thirdAddress = node(third).address
|
||||
enter("before-shutdown")
|
||||
enterBarrier("before-shutdown")
|
||||
|
||||
runOn(first) {
|
||||
// kill 'third' node
|
||||
|
|
@ -78,7 +78,7 @@ abstract class ConvergenceSpec
|
|||
}
|
||||
}
|
||||
|
||||
enter("after-2")
|
||||
enterBarrier("after-2")
|
||||
}
|
||||
|
||||
"not move a new joining node to Up while there is no convergence" taggedAs LongRunningTest ignore {
|
||||
|
|
@ -116,7 +116,7 @@ abstract class ConvergenceSpec
|
|||
}
|
||||
}
|
||||
|
||||
enter("after-3")
|
||||
enterBarrier("after-3")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue