Xuanwo opened a new issue, #6305:
URL: https://github.com/apache/opendal/issues/6305

   ### Describe the bug
   
   ```
   Expected: Metadata{}
   Received: serializes to the same string
   
      ✓ Behavior Test > async statOptions tests > stat with not existing 
version  627ms
      ✓ Behavior Test > sync statOptions tests > stat with ifMatch  419ms
      ✓ Behavior Test > sync statOptions tests > stat with ifNoneMatch  423ms
      ↓ Behavior Test > sync statOptions tests > stat with ifModifiedSince
      ↓ Behavior Test > sync statOptions tests > stat with ifUnmodifiedSince
      × Behavior Test > sync statOptions tests > stat with version 288ms
        → expected Metadata{} to be Metadata{} // Object.is equality
   
   If it should pass with deep equality, replace "toBe" with "toStrictEqual"
   
   Expected: Metadata{}
   Received: serializes to the same string
   ```
   
   ### Steps to Reproduce
   
   CI
   
   ### Expected Behavior
   
   The CI pass
   
   ### Additional Context
   
   _No response_
   
   ### Are you willing to submit a PR to fix this bug?
   
   - [ ] Yes, I would like to submit a PR.


-- 
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