Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Our launchpad/testing tests sometimes seem to start before Sling is actually ready, see example below.
Sling services seem to be started, continuing with integration tests.
...
StreamServletTest.testHtmlFile(ERROR!
org.apache.sling.commons.testing.integration.HttpStatusCodeException: Expected status code 200 for GET, got 503...
testPlainTextFile <<< ERROR!
java.io.IOException: mkdir(
http://localhost:60527/launchpad-integration-tests) failed, status code=503
Running org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
<<< ERROR!
org.apache.sling.commons.testing.integration.HttpStatusCodeException: Expected status code 302 for POST, got 503, URL=http://localhost:60527/EspLoadTest_1383722876765/, Content=[<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 ServletResolver service missing, cannot service requests</title>
...and the following tests pass
Attachments
Issue Links
- is related to
-
SLING-4261 WriteableResourcesProxyTest.runWriteableResourcesTest test failure
- Resolved