Flaky Test_Concurrency
in the query backend client package
#3923
Labels
Test_Concurrency
in the query backend client package
#3923
As we use the real transport in tests, if fails from time to time:
https://github.com/grafana/pyroscope/actions/runs/13364982979/job/37321769113?pr=3885
The failure reasons vary (timouts, EOF, etc.) but the solution is the same – use in-memory transport for tests that involve networking.
The text was updated successfully, but these errors were encountered: