MCPcopy
hub / github.com/prometheus/prometheus / TestScrapeLoopFailLegacyUnderUTF8

Function TestScrapeLoopFailLegacyUnderUTF8

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

Source from the content-addressed store, hash-verified

1402}
1403
1404func TestScrapeLoopFailLegacyUnderUTF8(t *testing.T) {
1405 foreachAppendable(t, func(t *testing.T, appV2 bool) {
1406 testScrapeLoopFailLegacyUnderUTF8(t, appV2)
1407 })
1408}
1409
1410func testScrapeLoopFailLegacyUnderUTF8(t *testing.T, appV2 bool) {
1411 sl, _ := newTestScrapeLoop(t, withAppendable(teststorage.NewAppendable(), appV2), func(sl *scrapeLoop) {

Callers

nothing calls this directly

Calls 2

foreachAppendableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…