Thierry Ygé created SLING-9200:
----------------------------------
Summary: ServerSide test hang due to non activated bundles
Key: SLING-9200
URL: https://issues.apache.org/jira/browse/SLING-9200
Project: Sling
Issue Type: Bug
Components: JUnit Core
Affects Versions: JUnit Core 1.0.26
Reporter: Thierry Ygé
Currently we observe that on AEM instance using API regions validation, that if
some bundles are not started due to any outside reasons, the ServerSide test
execution will go in a infinite waitForSystemStartup loop.
Apparently reading at the code it would eventually expected a timeout , but the
way the while condition loop is written it never get out. It actually miss some
"global" timeout, so that it would allow to exit the loop and output the
warning message that some bundles are not available, and it would still then
execute the tests.
cc [~bdelacretaz]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)