Timothée Maret created SLING-10261:
--------------------------------------
Summary: Fix content distribution ITs
Key: SLING-10261
URL: https://issues.apache.org/jira/browse/SLING-10261
Project: Sling
Issue Type: Improvement
Reporter: Timothée Maret
The tests from the [content distribution IT
module|https://github.com/apache/sling-org-apache-sling-distribution-it] failed
for [some
time|https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-distribution-it/job/master/].
The main root cause is that the org.apache.sling.distribution.core bundle is
not satisfied in the Sling instances under test. The following package is
missing and the instance would require an update of Apache FileVault.
{code}
org.osgi.service[.cm|.component|.event]
{code}
The instances are based on Apache Sling version 8 which is quite old.
We should rewrite those tests or adjust them such that they are based on the
Sling starter module https://github.com/apache/sling-org-apache-sling-starter
and ideally use the feature model like we do for the launchpad testing bundle
https://github.com/apache/sling-org-apache-sling-launchpad-testing
--
This message was sent by Atlassian Jira
(v8.3.4#803005)