Get Object disk not found test (#2264)

Test: GetObject disk not found test
This commit is contained in:
karthic rao
2016-07-22 07:36:50 +05:30
committed by Harshavardhana
parent 0add96f655
commit 646ff2c64d
2 changed files with 159 additions and 2 deletions

View File

@@ -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)
}