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

Function TestHeaderConcurrentAbortion32

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

Source from the content-addressed store, hash-verified

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) {
178 // Create a simple chain to verify

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected