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

   ### Describe the bug
   
   Our async list test failed:
   
   ```shell
   thread '<unnamed>' panicked at tests/behavior/async_list.rs:257:5:
   dir should be found in list, but only got: [Entry { path: 
"3e77c960-ff9a-40c8-8295-2bd126cb2d88/", metadata: Metadata { mode: DIR, 
is_current: None, is_deleted: false, cache_control: None, content_disposition: 
None, content_length: None, content_md5: None, content_range: None, 
content_type: None, content_encoding: None, etag: None, last_modified: None, 
version: None, user_metadata: None } }, Entry { path: 
"72c9b332-460d-43d0-9b05-33b0608397ae/", metadata: Metadata { mode: DIR, 
is_current: None, is_deleted: false, cache_control: None, content_disposition: 
None, content_length: None, content_md5: None, content_range: None, 
content_type: None, content_encoding: None, etag: None, last_modified: None, 
version: None, user_metadata: None } }, Entry { path: 
"8327c47a-43af-44bf-85d0-20b61c2615b6/", metadata: Metadata { mode: DIR, 
is_current: None, is_deleted: false, cache_control: None, content_disposition: 
None, content_length: None, content_md5: None, content_range: None, 
content_type: N
 one, content_encoding: None, etag: None, last_modified: None, version: None, 
user_metadata: None } }, Entry { path: "a0b1faa7-9c7c-4ce1-87f3-7f9c15b7fc29/", 
metadata: Metadata { mode: DIR, is_current: None, is_deleted: false, 
cache_control: None, content_disposition: None, content_length: None, 
content_md5: None, content_range: None, content_type: None, content_encoding: 
None, etag: None, last_modified: None, version: None, user_metadata: None } }, 
Entry { path: "a986978f-4dce-42cc-8578-e57b64d5395e/", metadata: Metadata { 
mode: DIR, is_current: None, is_deleted: false, cache_control: None, 
content_disposition: None, content_length: None, content_md5: None, 
content_range: None, content_type: None, content_encoding: None, etag: None, 
last_modified: None, version: None, user_metadata: None } }, Entry { path: 
"test_list_rich_dir/", metadata: Metadata { mode: DIR, is_current: None, 
is_deleted: false, cache_control: None, content_disposition: None, 
content_length: None, content_md5: None
 , content_range: None, content_type: None, content_encoding: None, etag: None, 
last_modified: None, version: None, user_metadata: None } }, Entry { path: 
"c3573b74-667e-4ddf-a5ea-676238ca2db7", metadata: Metadata { mode: FILE, 
is_current: None, is_deleted: false, cache_control: None, content_disposition: 
None, content_length: Some(1929438), content_md5: None, content_range: None, 
content_type: None, content_encoding: None, etag: None, last_modified: None, 
version: None, user_metadata: None } }, Entry { path: 
"d0317c60-76a6-47b6-9688-986753fa7f5a", metadata: Metadata { mode: FILE, 
is_current: None, is_deleted: false, cache_control: None, content_disposition: 
None, content_length: Some(1434217), content_md5: None, content_range: None, 
content_type: None, content_encoding: None, etag: None, last_modified: None, 
version: None, user_metadata: None } }]
   stack backtrace:
   ```
   
   ### Steps to Reproduce
   
   Trigger CI.
   
   ### Expected Behavior
   
   The test should 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