(t *testing.T)
| 173 | func TestHeaderConcurrentAbortion2(t *testing.T) { testHeaderConcurrentAbortion(t, 2) } |
| 174 | func TestHeaderConcurrentAbortion8(t *testing.T) { testHeaderConcurrentAbortion(t, 8) } |
| 175 | func TestHeaderConcurrentAbortion32(t *testing.T) { testHeaderConcurrentAbortion(t, 32) } |
| 176 | |
| 177 | func testHeaderConcurrentAbortion(t *testing.T, threads int) { |
| 178 | // Create a simple chain to verify |
nothing calls this directly
no test coverage detected