This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a change to branch lazy-reader in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from 9e23d28fd Update workflow new 72cd9819b Update fuzz new 3ae3ad9ff Add new fuzz test new 64c1f8f0d Remove file after succeed new 821616ca3 Polish logging new 7b37178a6 Polish fuzz new 91886ca91 Save lock new 1fa27ab95 Fix build new 0dfe270b5 Fix seek check new 2079ee0a6 Fix fuzz reader new b556408d7 Polish fuzz reader new d690f4dbf Fix fuzzer new 680879ecc Fix seek new d035748df Fix new 355c9085b Fix dirty seek The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: Cargo.lock | 1 + core/fuzz/Cargo.toml | 4 + core/fuzz/fuzz_reader.rs | 69 +++++-- core/fuzz/utils.rs | 8 +- core/src/layers/logging.rs | 24 ++- core/src/raw/oio/buf/adaptive.rs | 6 + core/src/raw/oio/read/file_read.rs | 351 +++++++++++++++++++----------------- core/src/raw/oio/read/range_read.rs | 32 ++-- core/tests/behavior/fuzz.rs | 154 +++++++++++++++- 9 files changed, 442 insertions(+), 207 deletions(-)