mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03:00
heal: Add healing support for bucket, bucket metadata files. (#3252)
This patch implements healing in general but it is only used as part of quickHeal(). Fixes #3237
This commit is contained in:
@@ -52,7 +52,7 @@ func TestUpdateUploadJSON(t *testing.T) {
|
||||
{uploadIDChange{uploadID: "111abc", isRemove: true}, nil},
|
||||
}
|
||||
|
||||
xl := obj.(xlObjects)
|
||||
xl := obj.(*xlObjects)
|
||||
for i, test := range testCases {
|
||||
testErrVal := xl.updateUploadJSON(bucket, object, test.uCh)
|
||||
if testErrVal != test.errVal {
|
||||
|
||||
Reference in New Issue
Block a user