mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 15:06:17 +03:00
HealObject should succeed when only N/2 disks have data (#3952)
This commit is contained in:
committed by
Harshavardhana
parent
fbfb4fc5a0
commit
417ec0df56
@@ -82,6 +82,9 @@ func TestReduceErrs(t *testing.T) {
|
||||
errDiskNotFound,
|
||||
}, []error{errDiskNotFound}, errVolumeNotFound},
|
||||
{[]error{}, []error{}, errXLReadQuorum},
|
||||
{[]error{errFileNotFound, errFileNotFound, errFileNotFound,
|
||||
errFileNotFound, errFileNotFound, nil, nil, nil, nil, nil},
|
||||
nil, nil},
|
||||
}
|
||||
// Validates list of all the testcases for returning valid errors.
|
||||
for i, testCase := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user