mirror of
https://github.com/prometheus/prometheus
synced 2025-02-19 05:57:01 +00:00
The staticcheck warns about testing.T usage in goroutines. Moving the t.Fatal* calls to the main thread showed immediately that this is a good practice, as one of the test setups didn't work. |
||
---|---|---|
.. | ||
marathon_test.go | ||
marathon.go |