MCPcopy
hub / github.com/prometheus/prometheus / TestScrapePoolRaces

Function TestScrapePoolRaces

scrape/scrape_test.go:931–935  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

929}
930
931func TestScrapePoolRaces(t *testing.T) {
932 foreachAppendable(t, func(t *testing.T, appV2 bool) {
933 testScrapePoolRaces(t, appV2)
934 })
935}
936
937func testScrapePoolRaces(t *testing.T, appV2 bool) {
938 t.Parallel()

Callers

nothing calls this directly

Calls 2

foreachAppendableFunction · 0.85
testScrapePoolRacesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…