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

Function logIgnored

functional_tests.go:201–207  ·  view source on GitHub ↗

log not applicable test runs

(testName, function string, args map[string]interface{}, startTime time.Time, alert string)

Source from the content-addressed store, hash-verified

199
200// log not applicable test runs
201func logIgnored(testName, function string, args map[string]interface{}, startTime time.Time, alert string) {
202 baseLogger(testName, function, args, startTime).
203 With(
204 "status", "NA",
205 "alert", strings.Split(alert, " ")[0]+" is NotImplemented",
206 ).Info("")
207}
208
209// Delete objects in given bucket, recursively
210func cleanupBucket(bucketName string, c *minio.Client) error {

Calls 1

baseLoggerFunction · 0.85

Tested by

no test coverage detected