Xuanwo commented on PR #2809:
URL: 
https://github.com/apache/incubator-opendal/pull/2809#issuecomment-1668872995

   owncloud keeps failing on
   
   ```rust
     2023-08-08T04:00:58.930013Z ERROR opendal::services: service=webdav 
operation=blocking_copy from=1a594b31-260e-43fc-b48f-9afcf43b78ae 
to=57e9e95f-3b50-4f7e-8e61-e8cb999a92c6 -> failed: Unexpected (temporary) at 
copy => <?xml version="1.0" encoding="utf-8"?>
   <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns";>
     <s:exception>Sabre\DAV\Exception\ServiceUnavailable</s:exception>
     <s:message>OCP\Lock\LockedException: "Documents" is locked</s:message>
   </d:error>
   
   
   Context:
       uri: 
http://127.0.0.1:8080/remote.php/webdav//7e49f03e-d46a-4446-9a71-08add40a9b3e/
       response: Parts { status: 503, version: HTTP/1.1, headers: {"date": 
"Tue, 08 Aug 2023 04:00:58 GMT", "server": "Apache", "x-content-type-options": 
"nosniff", "x-xss-protection": "0", "x-robots-tag": "none", "x-frame-options": 
"SAMEORIGIN", "x-download-options": "noopen", 
"x-permitted-cross-domain-policies": "none", "content-type": "application/xml; 
charset=utf-8", "expires": "Thu, 19 Nov 1981 08:52:00 GMT", "cache-control": 
"no-store, no-cache, must-revalidate", "pragma": "no-cache", 
"content-security-policy": "default-src 'none';", "content-length": "249", 
"connection": "close"} }
       service: webdav
       from: 1a594b31-260e-43fc-b48f-9afcf43b78ae
       to: 57e9e95f-3b50-4f7e-8e61-e8cb999a92c6
   
       at core/src/layers/logging.rs:825
   
   thread '<unnamed>' panicked at 'assertion failed: `(left == right)`
     left: `Unexpected`,
    right: `NotFound`', core/tests/behavior/blocking_copy.rs:68:5
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to