(t *testing.T)
| 3176 | func (a appendableFunc) Appender(ctx context.Context) storage.Appender { return a(ctx) } |
| 3177 | |
| 3178 | func TestScrapeLoopAppendSampleLimit(t *testing.T) { |
| 3179 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 3180 | testScrapeLoopAppendSampleLimit(t, appV2) |
| 3181 | }) |
| 3182 | } |
| 3183 | |
| 3184 | func testScrapeLoopAppendSampleLimit(t *testing.T, appV2 bool) { |
| 3185 | appTest := teststorage.NewAppendable() |
nothing calls this directly
no test coverage detected
searching dependent graphs…