Tests that aborting a header validation indeed prevents further checks from being run, as well as checks that no left-over goroutines are leaked.
(t *testing.T)
| 171 | // Tests that aborting a header validation indeed prevents further checks from being |
| 172 | // run, as well as checks that no left-over goroutines are leaked. |
| 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 |
nothing calls this directly
no test coverage detected