You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Julian Sedding (JIRA)" <ji...@apache.org> on 2016/11/28 17:17:58 UTC

[jira] [Created] (SLING-6334) Server-Side Tests: Wait until all bundles are started before running tests

Julian Sedding created SLING-6334:
-------------------------------------

             Summary: Server-Side Tests: Wait until all bundles are started before running tests
                 Key: SLING-6334
                 URL: https://issues.apache.org/jira/browse/SLING-6334
             Project: Sling
          Issue Type: Improvement
          Components: Testing
    Affects Versions: JUnit Core 1.0.18
            Reporter: Julian Sedding
            Assignee: Julian Sedding


When running Sling server-side tests, a test may start executing before all bundles on the target instance are started. This increases the chance that a  service required by a test does not become available in time.

The {{TestsManagerImpl}} should wait until all bundles are started. To avoid an endless wait, there should be an "inactivity timeout", which is defined as the maximum time to wait between two bundles becoming active.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)