(t *testing.T)
| 3130 | } |
| 3131 | |
| 3132 | func TestScrapeLoopAppendCacheEntryButErrNotFound(t *testing.T) { |
| 3133 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 3134 | testScrapeLoopAppendCacheEntryButErrNotFound(t, appV2) |
| 3135 | }) |
| 3136 | } |
| 3137 | |
| 3138 | func testScrapeLoopAppendCacheEntryButErrNotFound(t *testing.T, appV2 bool) { |
| 3139 | appTest := teststorage.NewAppendable() |
nothing calls this directly
no test coverage detected
searching dependent graphs…