Bug 2134: Fix intermittent RaftActorTest failure 36/12436/1
authortpantelis <tpanteli@brocade.com>
Wed, 29 Oct 2014 16:05:05 +0000 (12:05 -0400)
committerMoiz Raja <moraja@cisco.com>
Sat, 1 Nov 2014 01:53:02 +0000 (01:53 +0000)
commit0dad0bd5a4bf8f282ffe96cff5d3609166356977
treefbaf203af8ec486d1e0675b0afcf9d80dd760fda
parent9eb1160f87fd8e4a31bca39fbb6fd517fdd66a50
Bug 2134: Fix intermittent RaftActorTest failure

We need to wait for akka's recovery to complete before we perform our
tests as akka's recovery runs async and may interfere with our tests and
cause them to fail if the timing is right. This was seen once on
jenkins.

Change-Id: Ia748d17f662d64235881005e6522441b384c78ea
Signed-off-by: tpantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/RaftActorTest.java