Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JUnit Core 1.0.18
-
None
Description
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.