asukaminato0721 commented on PR #6140: URL: https://github.com/apache/opendal/pull/6140#issuecomment-2876282443
I can't understand ``` cargo test Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s Running unittests src/lib.rs (target/debug/deps/oli-e6bc33088fff7ae4) running 7 tests test config::tests::test_load_from_env ... ok test config::tests::test_parse_s3_location3 ... ok test config::tests::test_load_from_toml ... ok test config::tests::test_load_config_from_file_and_env ... ok test config::tests::test_parse_fs_location ... ok test config::tests::test_parse_s3_location2 ... ok test config::tests::test_parse_s3_location ... ok test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/bin/oli.rs (target/debug/deps/oli-598fecbf05f25d6d) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/integration/main.rs (target/debug/deps/integration-fd61fe36475b972e) running 14 tests test cp::test_basic_cp ... ok test cat::test_basic_cat ... ok test cat::test_cat_for_path_in_current_dir ... ok test ls::test_basic_ls ... ok test cp::test_cp_file_to_existing_dir ... ok test cp::test_cp_for_path_in_current_dir ... ok test cp::test_recursive_cp_dir_to_new_dir ... ok test stat::test_basic_stat ... ok test mv::test_basic_mv ... ok test mv::test_move_a_file_to_a_dir ... ok test stat::test_stat_for_path_in_current_dir ... ok test rm::test_basic_rm ... ok test rm::test_rm_for_path_in_current_dir ... ok test mv::test_mv_with_recursive ... ok test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s Doc-tests oli running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s ``` -- 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