I guess the source of the failures is https://issues.apache.org/jira/browse/SLING-5602 since the Sightly tests were providing a RRF configuration through a sling:OsgiConfig mode.
After moving the RRF config to the tests' provisioning model I couldn't reproduce the random test failures any more. On Mon, 14 Mar 2016 at 13:26 Bertrand Delacretaz <[email protected]> wrote: > On Mon, Mar 14, 2016 at 12:27 PM, Radu Cotescu <[email protected]> wrote: > > ...The tests should start after the Launchpad is ready - this is the > reason > > for which there's a LaunchpadReadyIT test run first... > > Ok, yes getting 200 on /index.html should indicate that the repository is > up. > > I don't have more clues right now, your log says "405 Method POST not > supported", I don't know where that comes from, next step is probably > to find a way to debug what's happening. > > > -Bertrand >
