(t *testing.T)
| 929 | } |
| 930 | |
| 931 | func TestScrapePoolRaces(t *testing.T) { |
| 932 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 933 | testScrapePoolRaces(t, appV2) |
| 934 | }) |
| 935 | } |
| 936 | |
| 937 | func testScrapePoolRaces(t *testing.T, appV2 bool) { |
| 938 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…