Hi,
I am trying out some changes to the OSGi annotations based on Julian's
work and I'm getting test failures in oak-pojosr, for instance
[INFO] Running org.apache.jackrabbit.oak.run.osgi.RepositoryClosedTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
61.084 s <<< FAILURE! - in
org.apache.jackrabbit.oak.run.osgi.RepositoryClosedTest
[ERROR]
sessionUsePostClose(org.apache.jackrabbit.oak.run.osgi.RepositoryClosed
Test) Time elapsed: 60.638 s <<< ERROR!
javax.jcr.RepositoryException: Repository could not be started in 60
seconds
at
org.apache.jackrabbit.oak.run.osgi.RepositoryClosedTest.sessionUsePostC
lose(RepositoryClosedTest.groovy:47)
Caused by: java.util.concurrent.TimeoutException: Timeout waiting for
task.
at
org.apache.jackrabbit.oak.run.osgi.RepositoryClosedTest.sessionUsePostC
lose(RepositoryClosedTest.groovy:47)
Unfortunately I get no useful output in the target/unit-tests.log file,
only some warnings from fileinstall:
3659:27.09.2017 12:33:58.435 *WARN* [main] org.apache.felix.fileinstall
/home/robert/Documents/sources/apache/jackrabbit-oak/oak-
pojosr/target/junit7412715572491972111/config does not exist, please
create it.
3660:27.09.2017 12:33:58.435 *WARN* [main] org.apache.felix.fileinstall
Root path does not exist:
/home/robert/Documents/sources/apache/jackrabbit-oak/oak-
pojosr/target/junit7412715572491972111/config
How can I get more debug information about what is going on with the
oak-pojosr setup?
Thanks,
Robert