(t *testing.T)
| 1304 | } |
| 1305 | |
| 1306 | func TestScrapeLoopMetadata(t *testing.T) { |
| 1307 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 1308 | testScrapeLoopMetadata(t, appV2) |
| 1309 | }) |
| 1310 | } |
| 1311 | |
| 1312 | func testScrapeLoopMetadata(t *testing.T, appV2 bool) { |
| 1313 | sl, _ := newTestScrapeLoop(t, withAppendable(teststorage.NewAppendable(), appV2)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…