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
Describe the bug
We have concurrent querier tests and seems it caused panic on github.com/prometheus/prometheus/promql.NewActiveQueryTracker due to mmap.
Actually another way is to just disable the active query tracker to avoid mmap.
I think it is better to do as we don't need active query tracker in test and we can still parallize our tests
Describe the bug
We have concurrent querier tests and seems it caused panic on
github.com/prometheus/prometheus/promql.NewActiveQueryTracker
due to mmap.Example https://github.com/cortexproject/cortex/actions/runs/4855256141/jobs/8654944409?pr=5303.
My suggestion here is to disable concurrent tests if query engine is created in the test.
The text was updated successfully, but these errors were encountered: