(t *testing.T)
| 1402 | } |
| 1403 | |
| 1404 | func TestScrapeLoopFailLegacyUnderUTF8(t *testing.T) { |
| 1405 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 1406 | testScrapeLoopFailLegacyUnderUTF8(t, appV2) |
| 1407 | }) |
| 1408 | } |
| 1409 | |
| 1410 | func testScrapeLoopFailLegacyUnderUTF8(t *testing.T, appV2 bool) { |
| 1411 | sl, _ := newTestScrapeLoop(t, withAppendable(teststorage.NewAppendable(), appV2), func(sl *scrapeLoop) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…