(t *testing.T)
| 6424 | } |
| 6425 | |
| 6426 | func TestScrapeLoopCompression(t *testing.T) { |
| 6427 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 6428 | testScrapeLoopCompression(t, appV2) |
| 6429 | }) |
| 6430 | } |
| 6431 | |
| 6432 | func testScrapeLoopCompression(t *testing.T, appV2 bool) { |
| 6433 | s := teststorage.New(t) |
nothing calls this directly
no test coverage detected
searching dependent graphs…