The same test seems to fail on Jenkins
https://builds.apache.org/job/sling-trunk-1.6/1418/testReport/
/Pontus
On 2012-08-20 20:33, Pontus Amberg wrote:
I've encountered random test failures in the
org.apache.sling.launchpad.base.impl.SlingFelixTest.test_start_stop()
test where "this.notifiable.stoppedCalled" is false. I'm not sure but
does
super.stop() in SlingFelix set m_shutdownGate in Felix to null and is
there
a possibility that it will do so before the Notifier instance in
SlingFelix is
run?
Take a look at the stop() methods in SlingFelix where the Notifier
is started and super.stop() is invoked.
/Pontus