mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Adding detailed comments for server_xl_test. (#2011)
This commit is contained in:
committed by
Harshavardhana
parent
4db2b03312
commit
76f6533f8d
@@ -1726,7 +1726,7 @@ func testObjectCompleteMultipartUpload(obj ObjectLayer, instanceType string, t *
|
||||
uploadIDs = append(uploadIDs, uploadID)
|
||||
// Parts with size greater than 5 MB.
|
||||
// Generating a 6MB byte array.
|
||||
validPart := bytes.Repeat([]byte("0123456789abcdef"), 1024*1024)
|
||||
validPart := bytes.Repeat([]byte("abcdef"), 1024*1024)
|
||||
validPartMD5 := findMD5(validPart)
|
||||
// Create multipart parts.
|
||||
// Need parts to be uploaded before CompleteMultiPartUpload can be called tested.
|
||||
|
||||
Reference in New Issue
Block a user