On Wed, Feb 13, 2013 at 10:36 AM, Antonio Sanso <[email protected]> wrote:
> ...I have seen it as well failing on and off in Jenkins.
> Only for the webapp case though (weird)....

FYI I just had the below failures running the integration tests on a
slow box - might indicate a weird interaction between
DavExDisabledAnonAccessTest and ErrorHandlingTest. Happened once only,
after the first startup of a Sling instance in launchpad/testing,
running the tests from launchpad/integration-tests.

-Bertrand



Failed tests:
testReadNode(org.apache.sling.launchpad.webapp.integrationtest.DavExDisabledAnonAccessTest):
Unable to enable anonymous access expected:<200> but was:<500>

Tests in error:
  
test_500_errorhandling(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest):
mkdir(http://localhost:8888/apps/sling) failed, status code=503
  
test_401_errorhandling(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest):
mkdir(http://localhost:8888/apps) failed, status code=503
  
test_throwable_errorhandling(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest):
mkdir(http://localhost:8888/apps) failed, status code=503
  
test_500_errorhandling_POST_operation(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest):
mkdir(http://localhost:8888/apps) failed, status code=503
  
test_errorhandling_POST_operation_SlingPostServlet(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest):
mkdir(http://localhost:8888/apps) failed, status code=503

Reply via email to