You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/12/07 14:03:11 UTC

[jira] [Resolved] (SLING-5353) Test failures of WebDavDoubleSlashTest.testEmptyWorkspace

     [ https://issues.apache.org/jira/browse/SLING-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-5353.
-------------------------------------
       Resolution: Fixed
         Assignee: Carsten Ziegeler
    Fix Version/s: Launchpad Integration Tests 1.0.2

> Test failures of WebDavDoubleSlashTest.testEmptyWorkspace
> ---------------------------------------------------------
>
>                 Key: SLING-5353
>                 URL: https://issues.apache.org/jira/browse/SLING-5353
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: Launchpad Integration Tests 1.0.0
>            Reporter: Julian Sedding
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: Launchpad Integration Tests 1.0.2
>
>
> There are  test failures of {{WebDavDoubleSlashTest.testEmptyWorkspace}} on jenkins. Also, I could locally reproduce the failure - not sure yet if it is deterministic.
> {noformat}
> expected:<404> but was:<207>
> {noformat}
> The response body is:
> {noformat}
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <D:multistatus xmlns:D="DAV:">
>     <D:response>
>         <D:href>http://localhost:41400/dav//test/WebDavDoubleSlashTest/d074a834-4daf-4037-aa1b-ec6214c5a605/</D:href>
>         <D:propstat>
>             <D:prop>
>                 <D:displayname>d074a834-4daf-4037-aa1b-ec6214c5a605</D:displayname>
>                 <D:creationdate>1970-01-01T00:00:00Z</D:creationdate>
>                 <D:iscollection>1</D:iscollection>
>                 <D:resourcetype>
>                     <D:collection/>
>                 </D:resourcetype>
>                 <D:lockdiscovery/>
>                 <D:getlastmodified>Mon, 07 Dec 2015 08:07:32 GMT</D:getlastmodified>
>                 <D:supportedlock>
>                     <D:lockentry>
>                         <D:lockscope><D:exclusive/></D:lockscope>
>                         <D:locktype><D:write/></D:locktype>
>                     </D:lockentry>
>                 </D:supportedlock>
>             </D:prop>
>             <D:status>HTTP/1.1 200 OK</D:status>
>         </D:propstat>
>     </D:response>
> </D:multistatus>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)