mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Inline small file data in xl.meta file (#11758)
This commit is contained in:
@@ -139,7 +139,7 @@ func TestErasureEncode(t *testing.T) {
|
||||
case *wholeBitrotWriter:
|
||||
w.disk = badDisk{nil}
|
||||
case *streamingBitrotWriter:
|
||||
w.iow.(*io.PipeWriter).CloseWithError(errFaultyDisk)
|
||||
w.closeWithErr(errFaultyDisk)
|
||||
}
|
||||
}
|
||||
if test.offDisks > 0 {
|
||||
|
||||
Reference in New Issue
Block a user