(t *testing.T)
| 4387 | } |
| 4388 | |
| 4389 | func TestScrapeLoopOutOfBoundsTimeError(t *testing.T) { |
| 4390 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 4391 | testScrapeLoopOutOfBoundsTimeError(t, appV2) |
| 4392 | }) |
| 4393 | } |
| 4394 | |
| 4395 | func testScrapeLoopOutOfBoundsTimeError(t *testing.T, appV2 bool) { |
| 4396 | sl, _ := newTestScrapeLoop(t, func(sl *scrapeLoop) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…