Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Webdav props issues from litmus #183

Closed
PVince81 opened this issue May 7, 2020 · 5 comments
Closed

Webdav props issues from litmus #183

PVince81 opened this issue May 7, 2020 · 5 comments
Assignees

Comments

@PVince81
Copy link
Contributor

PVince81 commented May 7, 2020

Running on ocis dd985d90b2dd9b4afb25cce1a8947741fe9a4e81

docker run -e LITMUS_URL="http://172.17.0.1:9140/remote.php/webdav" -e LITMUS_USERNAME="einstein" -e LITMUS_PASSWORD="relativity" -e TESTS="props" owncloud/litmus:latest   
-> running `props':
 0. init.................. pass
 1. begin................. pass
 2. propfind_invalid...... pass
 3. propfind_invalid2..... pass
 4. propfind_d0........... pass
 5. propinit.............. pass
 6. propset............... pass
 7. propget............... pass
 8. propextended.......... pass
 9. propmove.............. pass
10. propget............... pass
11. propdeletes........... FAIL (PROPPATCH on `/remote.php/webdav/litmus/prop2': http://172.17.0.1:9140/remote.php/webdav/litmus/prop2: 404 Not Found
)
12. propget............... pass
13. propreplace........... FAIL (PROPPATCH on `/remote.php/webdav/litmus/prop2': http://172.17.0.1:9140/remote.php/webdav/litmus/prop2: 404 Not Found
)
14. propget............... pass
15. propnullns............ pass
16. propget............... pass
17. propremoveset......... pass
18. propget............... pass
19. propsetremove......... pass
20. propget............... FAIL (Deleted property `{http://example.com/neon/litmus/}removeset' was still present)
21. propvalnspace......... pass
22. propwformed........... FAIL (PROPFIND on `/remote.php/webdav/litmus/prop2': 207 Multi-Status)
23. propinit.............. pass
24. propmanyns............ pass
25. propget............... pass
26. propcleanup........... pass
27. finish................ pass
<- summary for `props': of 28 tests run: 24 passed, 4 failed. 85.7%
See debug.log for network/debug traces.
@PVince81
Copy link
Contributor Author

PVince81 commented May 8, 2020

the first issue is related to the wrong propstat response code in PROPPATCH: #186

@PVince81
Copy link
Contributor Author

PVince81 commented May 14, 2020

fix for "propdeletes", "propreplace" and the "removeset" issue is here: cs3org/reva#742

@PVince81
Copy link
Contributor Author

propwformed issue: #203

@PVince81
Copy link
Contributor Author

PVince81 commented May 14, 2020

  • enable "props" test suite when all issues were solved

@PVince81
Copy link
Contributor Author

seems we have further issues: https://github.com/owncloud/ocis-reva/issues/217

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant