You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run it with the race detector enabled, it works.
cortex [1]$ go test -timeout=60s -count=10000 -race -run=Test_MultiLevelCache ./pkg/storage/tsdb
ok github.com/cortexproject/cortex/pkg/storage/tsdb 47.374s
cortex [0]$ go test -timeout=60s -count=10000 -race -run=Test_MultiLevelCache ./pkg/storage/tsdb
ok github.com/cortexproject/cortex/pkg/storage/tsdb 47.845s
cortex [0]$ go test -timeout=60s -count=10000 -race -run=Test_MultiLevelCache ./pkg/storage/tsdb
ok github.com/cortexproject/cortex/pkg/storage/tsdb 48.056s
cortex [0]$
Describe the bug
The following test is failing:
To Reproduce
Steps to reproduce the behavior:
go test -timeout=10s -count=10000 -run=Test_MultiLevelCache ./pkg/storage/tsdb
The text was updated successfully, but these errors were encountered: