mirror of
https://github.com/minio/minio.git
synced 2026-02-07 03:10:16 -05:00
Get Object disk not found test (#2264)
Test: GetObject disk not found test
This commit is contained in:
committed by
Harshavardhana
parent
0add96f655
commit
646ff2c64d
@@ -198,8 +198,8 @@ func testObjectAPIPutObjectDiskNotFOund(obj ObjectLayer, instanceType string, di
|
||||
t.Fatalf("%s : %s", instanceType, err.Error())
|
||||
}
|
||||
|
||||
// Take 6 disks down, one more we loose quorum on 16 disk node.
|
||||
for _, disk := range disks[:6] {
|
||||
// Take 8 disks down, one more we loose quorum on 16 disk node.
|
||||
for _, disk := range disks[:8] {
|
||||
removeAll(disk)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user