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:
Zhengchao An
2026-07-09 04:23:29 +08:00
committed by GitHub
parent 90d769167b
commit 05890d6e25

Diff Content Not Available