(t *testing.T)
| 1078 | func nopMutator(l labels.Labels) labels.Labels { return l } |
| 1079 | |
| 1080 | func TestScrapeLoopStop(t *testing.T) { |
| 1081 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 1082 | testScrapeLoopStop(t, appV2) |
| 1083 | }) |
| 1084 | } |
| 1085 | |
| 1086 | func testScrapeLoopStop(t *testing.T, appV2 bool) { |
| 1087 | signal := make(chan struct{}, 1) |
nothing calls this directly
no test coverage detected
searching dependent graphs…