MCPcopy
hub / github.com/minio/minio-go / testComposeObjectErrorCases

Function testComposeObjectErrorCases

functional_tests.go:12549–12563  ·  view source on GitHub ↗

Test expected error cases

()

Source from the content-addressed store, hash-verified

12547
12548// Test expected error cases
12549func testComposeObjectErrorCases() {
12550 // initialize logging params
12551 startTime := time.Now()
12552 testName := getFuncName()
12553 function := "ComposeObject(destination, sourceList)"
12554 args := map[string]interface{}{}
12555
12556 c, err := NewClient(ClientConfig{})
12557 if err != nil {
12558 logError(testName, function, args, startTime, "", "MinIO client object creation failed", err)
12559 return
12560 }
12561
12562 testComposeObjectErrorCasesWrapper(c)
12563}
12564
12565// Test concatenating multiple 10K objects V4
12566func testCompose10KSources() {

Callers 1

mainFunction · 0.85

Calls 4

getFuncNameFunction · 0.85
NewClientFunction · 0.85
logErrorFunction · 0.85

Tested by

no test coverage detected