[
https://issues.apache.org/jira/browse/FELIX-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522482#comment-16522482
]
Christian Schneider commented on FELIX-5872:
--------------------------------------------
It turned out that this error happens when the FrameworkStartCheck was
deactivated while it was running a check.
The problem was that during deactivate the bundle context was set to null which
then probably caused a NPE during test execution. This caused the
SystemReadyMonitorImpl to hang forever and not execute any more tests.
> Test failure in build
> ---------------------
>
> Key: FELIX-5872
> URL: https://issues.apache.org/jira/browse/FELIX-5872
> Project: Felix
> Issue Type: Bug
> Components: System Ready
> Reporter: Christian Schneider
> Assignee: Christian Schneider
> Priority: Major
> Fix For: systemready-0.1.0
>
>
> h3. Error Message
> Lambda expression in
> org.apache.felix.systemready.osgi.SystemReadyMonitorTest: expected <0> but
> was <1> within 1000 milliseconds.
> h3. Stacktrace
> org.awaitility.core.ConditionTimeoutException: Lambda expression in
> org.apache.felix.systemready.osgi.SystemReadyMonitorTest: expected <0> but
> was <1> within 1000 milliseconds. at
> org.apache.felix.systemready.osgi.SystemReadyMonitorTest.assertNumChecks(SystemReadyMonitorTest.java:109)
> at
> org.apache.felix.systemready.osgi.SystemReadyMonitorTest.test(SystemReadyMonitorTest.java:67)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)