mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 16:46:55 +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-object-class",
|
||||||
"test-size-bucket",
|
"test-size-bucket",
|
||||||
false,
|
false,
|
||||||
|
false,
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
assert!(oversized.is_err(), "part_length > part_size must be rejected");
|
assert!(oversized.is_err(), "part_length > part_size must be rejected");
|
||||||
@@ -3482,6 +3483,7 @@ mod tests {
|
|||||||
"test-object-class",
|
"test-object-class",
|
||||||
"test-size-bucket",
|
"test-size-bucket",
|
||||||
false,
|
false,
|
||||||
|
false,
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
assert!(missing_quorum.is_err(), "reader setup must fail closed when no shard can answer");
|
assert!(missing_quorum.is_err(), "reader setup must fail closed when no shard can answer");
|
||||||
|
|||||||
Reference in New Issue
Block a user