Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRaulBucketHTTPStatsRaceCondition (0.1 sec)

  1. cmd/http-tracer_test.go

    			expected, actual, expected-actual)
    	}
    }
    
    // TestBucketHTTPStatsRaceCondition tests concurrent access to bucket-level HTTP stats.
    func TestRaulBucketHTTPStatsRaceCondition(t *testing.T) {
    	bucketStats := newBucketHTTPStats()
    	const numGoroutines = 50
    	const opsPerGoroutine = 100
    
    	var wg sync.WaitGroup
    	for i := range numGoroutines {
    		wg.Add(1)
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top