You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Ian Boston <ie...@tfd.co.uk> on 2010/03/31 07:30:22 UTC

Integration test failures.

I am getting lots of integration test failures, all appear to be associated with MKCOL, is anyone seeing the same ?

In the tests  I see.
java.io.IOException: mkdir(http://localhost:54825/org.apache.sling.launchpad.testing-6-SNAPSHOT/apps) failed, status code=405
        at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.mkdir(SlingIntegrationTestClient.java:69)
        at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.mkdirs(SlingIntegrationTestClient.java:87)
        at org.apache.sling.commons.testing.integration.HttpTestBase$TestNode.<init>(HttpTestBase.java:103)


In the log I see 

31.03.2010 16:14:10.760 *ERROR* [127.0.0.1 [1270012450463] MKCOL /org.apache.sling.launchpad.testing-6-SNAPSHOT/apps HTTP/1.1] org.apache.sling.engine.impl.SlingMainServlet service: Uncaught Throwable java.lang.IllegalStateException: Response has already been committed
        at org.apache.sling.engine.impl.SlingHttpServletResponseImpl.checkCommitted(SlingHttpServletResponseImpl.java:398)
        at org.apache.sling.engine.impl.SlingHttpServletResponseImpl.setStatus(SlingHttpServletResponseImpl.java:265)
        at org.apache.jackrabbit.webdav.WebdavResponseImpl.setStatus(WebdavResponseImpl.java:276)
        at org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.doMkCol(AbstractWebdavServlet.java:548)
        at org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.execute(AbstractWebdavServlet.java:256)
        at org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.service(AbstractWebdavServlet.java:196)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:523)



I think this is due to a sendError with a missing return in Jackrabbits AbstractWebDavServlet ?

Will ask dev@jackrabbit.a.o
Ian


Re: Integration test failures.

Posted by Felix Meschberger <fm...@gmail.com>.
Hi,

On 31.03.2010 09:57, Ian Boston wrote:
> 
> On 31 Mar 2010, at 18:29, Bertrand Delacretaz wrote:
> 
>> Hi Ian,
>>
>> On Wed, Mar 31, 2010 at 7:30 AM, Ian Boston <ie...@tfd.co.uk> wrote:
>>> I am getting lots of integration test failures, all appear to be associated with MKCOL,
>>> is anyone seeing the same ?...
>>
>> Hudson seems to confirm that, didn't check the details:
>> http://hudson.zones.apache.org/hudson/view/Sling/job/sling-trunk-1.5/654/
>>
>> -Bertrand (tied with other stuff these days, and mostly offline next week)
> 
> 
> Looks like 927338 caused the break, not sure why yet.

Ok, that is bad. Will look into it.

Sorry.

Regards
Felix

Re: Integration test failures.

Posted by Ian Boston <ie...@tfd.co.uk>.
On 31 Mar 2010, at 18:29, Bertrand Delacretaz wrote:

> Hi Ian,
> 
> On Wed, Mar 31, 2010 at 7:30 AM, Ian Boston <ie...@tfd.co.uk> wrote:
>> I am getting lots of integration test failures, all appear to be associated with MKCOL,
>> is anyone seeing the same ?...
> 
> Hudson seems to confirm that, didn't check the details:
> http://hudson.zones.apache.org/hudson/view/Sling/job/sling-trunk-1.5/654/
> 
> -Bertrand (tied with other stuff these days, and mostly offline next week)


Looks like 927338 caused the break, not sure why yet.
Ian



Re: Integration test failures.

Posted by Bertrand Delacretaz <bd...@apache.org>.
Hi Ian,

On Wed, Mar 31, 2010 at 7:30 AM, Ian Boston <ie...@tfd.co.uk> wrote:
> I am getting lots of integration test failures, all appear to be associated with MKCOL,
> is anyone seeing the same ?...

Hudson seems to confirm that, didn't check the details:
http://hudson.zones.apache.org/hudson/view/Sling/job/sling-trunk-1.5/654/

-Bertrand (tied with other stuff these days, and mostly offline next week)