feat: add jfrog test setup for webdav#4265
feat: add jfrog test setup for webdav#4265Xuanwo merged 16 commits intoapache:mainfrom zjregee:add-jfrog-test-setup
Conversation
|
It looks like running jfrog directly might fail on some tests, I will attempt to reconfigure jfrog later. |
It could also be problems of opendal itself. |
|
For example, jfrog returns Unexpected (persistent) at rename, context: { uri: http://127.0.0.1:8081/artifactory/example-repo-local/4b4169a6-08ff-40e1-907b-f07deccd5e67/b95cf5c9-e399-40a4-af59-20760ece910d, response: Parts { status: 200, version: HTTP/1.1, headers: {"x-jfrog-version": "Artifactory/7.77.5 77705900", "x-artifactory-id": "e44bf43451c1c186:-1fcda5a9:18de38a6cca:-8000", "x-artifactory-node-id": "062242c5aed1", "transfer-encoding": "chunked", "date": "Mon, 26 Feb 2024 03:53:58 GMT"} }, service: webdav, from: b95cf5c9-e399-40a4-af59-20760ece910d, to: e265191f-bca1-412e-9874-b824789e035a/8b0aa2ba-1d41-4782-9584-8eb83c286629/c819085a-672e-45ff-b426-67d77bd45627 }We should allow it. |
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
|
Ok, I found something really interesting... In XML, content such as However, we encountered a test case containing the sequence |
I created an issue at upstream tafia/quick-xml#719, we can workaround it first. |
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
|
Hi, @zjregee, thanks a lot for your contribution! I jumped into this PR because I found something very odd that makes debugging it quite tedious. I hope you don't feel like you're wasting your time. Most webdav issues have been fixed now, we can move forward! |
Signed-off-by: Xuanwo <[email protected]>
|
Thanks a lot for your help, it looks like things are working out! |
fix: #4171