MCPcopy Create free account
hub / github.com/CPChain/chain / TestHeaderConcurrentAbortion8

Function TestHeaderConcurrentAbortion8

core/block_validator_test.go:174–174  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

172// run, as well as checks that no left-over goroutines are leaked.
173func TestHeaderConcurrentAbortion2(t *testing.T) { testHeaderConcurrentAbortion(t, 2) }
174func TestHeaderConcurrentAbortion8(t *testing.T) { testHeaderConcurrentAbortion(t, 8) }
175func TestHeaderConcurrentAbortion32(t *testing.T) { testHeaderConcurrentAbortion(t, 32) }
176
177func testHeaderConcurrentAbortion(t *testing.T, threads int) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected