miroim commented on PR #5950: URL: https://github.com/apache/opendal/pull/5950#issuecomment-2774218652
<details> <summary>Behavior tests</summary> ``` cargo test behavior --features tests,services-ipfs -- --show-output Finished `test` profile [unoptimized + debuginfo] target(s) in 3.08s Running unittests src\lib.rs (target\debug\deps\opendal-90b9ea2d0dddfb7c.exe) running 0 tests successes: successes: test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 134 filtered out; finished in 0.00s Running tests\behavior\main.rs (target\debug\deps\behavior-c0c901956f19c793.exe) running 23 tests test behavior::test_read_only_read_with_range ... ok test behavior::test_read_only_read_full_with_special_chars ... ok test behavior::test_read_only_read_with_dir_path ... ok test behavior::test_read_only_read_with_if_match ... ok test behavior::test_read_only_read_with_if_none_match ... ok test behavior::test_reader_only_read_with_if_match ... ok test behavior::test_reader_only_read_with_if_none_match ... ok test behavior::test_read_only_read_full ... ok test behavior::test_read_only_read_not_exist ... ok test behavior::test_read_only_stat_not_cleaned_path ... ok test behavior::test_read_only_stat_file_and_dir ... ok test behavior::test_read_only_stat_with_if_match ... ok test behavior::test_read_only_stat_with_if_none_match ... ok test behavior::test_read_only_stat_root ... ok test behavior::test_read_only_stat_not_exist ... ok test behavior::test_read_only_stat_special_chars ... ok test behavior::test_blocking_read_only_stat_file_and_dir ... ok test behavior::test_blocking_read_only_stat_not_exist ... ok test behavior::test_blocking_read_only_stat_special_chars ... ok test behavior::test_blocking_read_only_read_with_range ... ok test behavior::test_blocking_read_only_read_not_exist ... ok test behavior::test_blocking_read_only_read_full ... ok test behavior::test_list_only ... ok test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s ``` </details> -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org