mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
fs: Enable shutdown test with faulty disks (#3380)
This commit is contained in:
parent
feb6685359
commit
918924796f
@ -126,9 +126,8 @@ func TestFSShutdown(t *testing.T) {
|
|||||||
}
|
}
|
||||||
removeAll(disk)
|
removeAll(disk)
|
||||||
|
|
||||||
// FIXME: Check why Shutdown returns success when second posix call returns faulty disk error
|
|
||||||
// Test Shutdown with faulty disk
|
// Test Shutdown with faulty disk
|
||||||
/* for i := 1; i <= 5; i++ {
|
for i := 1; i <= 5; i++ {
|
||||||
fs, disk := prepareTest()
|
fs, disk := prepareTest()
|
||||||
fs.DeleteObject(bucketName, objectName)
|
fs.DeleteObject(bucketName, objectName)
|
||||||
fsStorage := fs.storage.(*retryStorage)
|
fsStorage := fs.storage.(*retryStorage)
|
||||||
@ -137,7 +136,7 @@ func TestFSShutdown(t *testing.T) {
|
|||||||
t.Fatal(i, ", Got unexpected fs shutdown error: ", err)
|
t.Fatal(i, ", Got unexpected fs shutdown error: ", err)
|
||||||
}
|
}
|
||||||
removeAll(disk)
|
removeAll(disk)
|
||||||
} */
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestFSLoadFormatFS - test loadFormatFS with healty and faulty disks
|
// TestFSLoadFormatFS - test loadFormatFS with healty and faulty disks
|
||||||
|
Loading…
Reference in New Issue
Block a user