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:
Patrik Nordwall 2012-09-25 10:58:40 +02:00
parent 5dbd16dc9e
commit f3eadcd927

View file

@ -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)