Running the tests with debug enabled would fail due to the
AssertLockNotHeld(cs_main) introduced in D2608. Some tests are still
locking cs_main when creating a new block, which now throws an
assertion error.
This diff fixes these tests.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING8c68e96fd677: Fix debug build test failures
rABC8c68e96fd677: Fix debug build test failures
../configure --enable-debug && make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_debug_build
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5115 Build 8293: Bitcoin ABC Buildbot (legacy) Build 8292: arc lint + arc unit