XL: Implement ListObjects channel and pool management.

This commit is contained in:
Harshavardhana
2016-05-29 21:05:00 -07:00
committed by Harshavardhana
parent 70a1231f02
commit 1cf1532ca3
6 changed files with 190 additions and 109 deletions

View File

@@ -1056,6 +1056,7 @@ func testListMultipartUploads(obj ObjectLayer, instanceType string, t *testing.T
}
for i, testCase := range testCases {
// fmt.Println(testCase) // uncomment to peek into the test cases.
actualResult, actualErr := obj.ListMultipartUploads(testCase.bucket, testCase.prefix, testCase.keyMarker, testCase.uploadIDMarker, testCase.delimiter, testCase.maxUploads)
if actualErr != nil && testCase.shouldPass {
t.Errorf("Test %d: %s: Expected to pass, but failed with: <ERROR> %s", i+1, instanceType, actualErr.Error())