You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running 1 test
thread 'services::obs::dir_stream::tests::test_parse_xml' panicked at 'must success:UnexpectedEnd([76,105,115,116,66,117,99,107,101,116,82,101,115,117,108,116])', src/services/obs/dir_stream.rs:179:56
stack backtrace:0: rust_begin_unwind
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panicking.rs:584:51:core::panicking::panic_fmt
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/panicking.rs:142:142:core::result::unwrap_failed
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/result.rs:1785:53:core::result::Result<T,E>::expect
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/result.rs:1064:234:opendal::services::obs::dir_stream::tests::test_parse_xml
at ./src/services/obs/dir_stream.rs:179:275:opendal::services::obs::dir_stream::tests::test_parse_xml::{{closure}}
at ./src/services/obs/dir_stream.rs:141:56:core::ops::function::FnOnce::call_once
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/ops/function.rs:248:57:core::ops::function::FnOnce::call_once
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/ops/function.rs:248:5
note:Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
test services::obs::dir_stream::tests::test_parse_xml ... FAILED
failures:
failures:
services::obs::dir_stream::tests::test_parse_xml
The text was updated successfully, but these errors were encountered:
Mingun
added
bug
serde
Issues related to mapping from Rust types to XML
arrays
Issues related to mapping XML content onto arrays using serde
labels
Dec 26, 2022
In apache/opendal#1101, some XML related test failed after upgrading to 0.27.
Cases
Errors:
Maybe this bug also related to #530?
The text was updated successfully, but these errors were encountered: