(t *testing.T)
| 1137 | } |
| 1138 | |
| 1139 | func TestScrapeLoopRun(t *testing.T) { |
| 1140 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 1141 | testScrapeLoopRun(t, appV2) |
| 1142 | }) |
| 1143 | } |
| 1144 | |
| 1145 | func testScrapeLoopRun(t *testing.T, appV2 bool) { |
| 1146 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…