- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for globalWindowsOSName (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/metrics-v2.go
} func getMinioProcMetrics() *MetricsGroupV2 { mg := &MetricsGroupV2{ cacheInterval: 10 * time.Second, } mg.RegisterRead(func(ctx context.Context) (metrics []MetricV2) { if runtime.GOOS == globalWindowsOSName || runtime.GOOS == globalMacOSName { return nil } p, err := procfs.Self() if err != nil { internalLogOnceIf(ctx, err, string(nodeMetricNamespace)) return metrics }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0) -
cmd/server_test.go
// and then asserting the response with the expected one. func (s *TestSuiteCommon) TestListObjectsSpecialCharactersHandler(c *check) { if runtime.GOOS == globalWindowsOSName { c.Skip("skip special character test for windows") } // generate a random bucket name. bucketName := getRandomBucketName() // HTTP request to create the bucket.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 118.1K bytes - Click Count (0)