Merge pull request #743 from akka/wip-2549-LeaderLeavingSpec-racy-patriknw
Race in LeaderLeavingSpec, see #2549
This commit is contained in:
commit
01bdf41f7f
1 changed files with 0 additions and 3 deletions
|
|
@ -56,9 +56,6 @@ abstract class LeaderLeavingSpec
|
|||
cluster.leave(oldLeaderAddress)
|
||||
enterBarrier("leader-left")
|
||||
|
||||
// verify that a NEW LEADER have taken over
|
||||
awaitCond(!clusterView.isLeader)
|
||||
|
||||
// verify that the LEADER is shut down
|
||||
awaitCond(!cluster.isRunning)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue