mirror of
https://github.com/minio/minio.git
synced 2025-11-28 05:04:14 -05:00
Remove erasureSets and erasureObjects from ObjectLayer (#10442)
This commit is contained in:
@@ -32,6 +32,7 @@ func TestErasureParentDirIsObject(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("Unable to initialize 'Erasure' object layer.")
|
||||
}
|
||||
defer obj.Shutdown(context.Background())
|
||||
|
||||
// Remove all disks.
|
||||
for _, disk := range fsDisks {
|
||||
|
||||
Reference in New Issue
Block a user