fix: deprecate skyring/uuid and use maintained google/uuid (#9340)

This commit is contained in:
Harshavardhana
2020-04-14 02:40:05 -07:00
committed by GitHub
parent d079adc167
commit 9054ce73b2
7 changed files with 45 additions and 228 deletions

View File

@@ -1032,7 +1032,7 @@ func testListMultipartUploads(obj ObjectLayer, instanceType string, t TestErrHan
{bucketNames[0], "asia", "asia/europe/", "abc", "", 0, ListMultipartsInfo{},
fmt.Errorf("Invalid combination of uploadID marker '%s' and marker '%s'", "abc", "asia/europe/"), false},
{bucketNames[0], "asia", "asia/europe", "abc", "", 0, ListMultipartsInfo{},
fmt.Errorf("unknown UUID string %s", "abc"), false},
fmt.Errorf("Malformed upload id %s", "abc"), false},
// Setting up valid case of ListMultiPartUploads.
// Test case with multiple parts for a single uploadID (Test number 13).