Merge pull request #550 from akka/wip-2066-phi-patriknw
Improve phi in AccrualFailureDetector, see #2066
This commit is contained in:
commit
09e92b6bd9
7 changed files with 363 additions and 151 deletions
|
|
@ -395,7 +395,7 @@ abstract class TransitionSpec
|
|||
seenLatestGossip must be(Set(fifth))
|
||||
}
|
||||
|
||||
testConductor.enter("after-second-unavailble")
|
||||
enterBarrier("after-second-unavailble")
|
||||
|
||||
// spread the word
|
||||
val gossipRound = List(fifth, fourth, third, first, third, fourth, fifth)
|
||||
|
|
@ -413,7 +413,7 @@ abstract class TransitionSpec
|
|||
awaitMemberStatus(second, Down)
|
||||
}
|
||||
|
||||
testConductor.enter("after-second-down")
|
||||
enterBarrier("after-second-down")
|
||||
|
||||
// spread the word
|
||||
val gossipRound2 = List(third, fourth, fifth, first, third, fourth, fifth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue