This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch refactor-behavior-tests
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from df613887 Allow retry for redis error
add 2eed4a54 feat(azblob): Add override_content_disposition support (#2065)
add 55903bc8 feat(core): test for read_with_override_content_composition
(#2067)
add bf9dad6b feat(core): Add `start-after` support for list (#2071)
add 0123a7e4 Merge remote-tracking branch 'origin/main' into
refactor-behavior-tests
add c0cc1554 Refactor random root
No new revisions were added by this update.
Summary of changes:
.github/workflows/service_test_http.yml | 2 ++
.github/workflows/service_test_ipfs.yml | 2 ++
core/src/services/azblob/backend.rs | 18 +++++++---
core/src/services/azblob/core.rs | 28 +++++++++++++---
core/src/services/s3/backend.rs | 16 ++++++++-
core/src/services/s3/core.rs | 11 +++++--
core/src/types/capability.rs | 16 +++++----
core/src/types/operator/metadata.rs | 5 +++
core/src/types/operator/operator.rs | 41 ++++++++++++++++++++++-
core/src/types/ops.rs | 15 +++++++++
core/tests/behavior/blocking_list.rs | 2 +-
core/tests/behavior/list.rs | 2 +-
core/tests/behavior/list_only.rs | 2 +-
core/tests/behavior/main.rs | 5 +--
core/tests/behavior/read_only.rs | 2 +-
core/tests/behavior/utils.rs | 6 ++--
core/tests/behavior/write.rs | 58 +++++++++++++++++++++++++++++++++
17 files changed, 201 insertions(+), 30 deletions(-)