Race in LeaderLeavingSpec, see #2549
* Since the leaving cluster is shutdown it's not possible to use the readView to assert that thing. * Removed the check, enough verification in other parts of the test anyway
This commit is contained in:
parent
5dbd16dc9e
commit
f3eadcd927
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