mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
test(ecstore): pass codec fallback flag in tests
Pass the explicit allow_inplace_legacy_fallback flag in codec streaming reader tests so CI builds compile after the signature change.
This commit is contained in:
@@ -3463,6 +3463,7 @@ mod tests {
|
||||
"test-object-class",
|
||||
"test-size-bucket",
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.await;
|
||||
assert!(oversized.is_err(), "part_length > part_size must be rejected");
|
||||
@@ -3482,6 +3483,7 @@ mod tests {
|
||||
"test-object-class",
|
||||
"test-size-bucket",
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.await;
|
||||
assert!(missing_quorum.is_err(), "reader setup must fail closed when no shard can answer");
|
||||
|
||||
Reference in New Issue
Block a user