You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Justin Edelson <ju...@justinedelson.com> on 2010/03/30 03:33:08 UTC

failing tests on trunk

On trunk now, there are 108 test failures. You can see these in Hudson and
I've been able to reproduce it locally.

These failures (actually 2 failures and 106 errors) originated in r927338. I
haven't been able to look further (I'm technically on holiday), but they do
seem to result from receiving a 405 response, i.e.:

testMkdir(org.apache.sling.launchpad.webapp.integrationtest.MkdirTest)  Time
elapsed: 0.405 sec  <<< FAILURE!
junit.framework.AssertionFailedError: mkdir must succeed on an existing
directory, got IOException:java.io.IOException: mkdir
(
http://localhost:38459/org.apache.sling.launchpad.testing-6-SNAPSHOT/launchpad-integration-tests1269899957089)
failed, status code=405

Justin