I noticed the following failure on the M2 branch. It seems to be
repeatable for me; anyone else seeing this?
Can anyone shed any light on why this assertion is there?
-------------------------------------------------------------------------------
Test set: org.apache.qpid.server.failover.FailoverMethodTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.059
sec <<< F
AILURE!
testFailoverRoundRobinDelay(org.apache.qpid.server.failover.FailoverMethodTest)
Time elapsed: 6.044 sec <<< FAILURE!
junit.framework.AssertionFailedError: Failover took less than 9.5
seconds:6041
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.qpid.server.failover.FailoverMethodTest.testFailoverRoundR
obinDelay(FailoverMethodTest.java:83)