mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
fix(ecstore): pass the new allow_inplace_legacy_fallback arg in codec streaming arity tests (#4573)
PR #4560 added a 15th parameter (allow_inplace_legacy_fallback) to build_codec_streaming_part_reader while the negative arity tests from a concurrently developed branch still call it with 14 arguments — the two changes merged cleanly textually but broke the workspace test build on main (E0061 in set_disk/read.rs), failing CI for every open PR. Pass false at both call sites: these tests assert Err outcomes (oversized part, missing quorum) that are independent of the fallback mode, and false preserves the historical whole-request fallback semantics used by eager first-part reads.
This commit is contained in: