Backport of core PR12638
https://github.com/bitcoin/bitcoin/pull/12638/files
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING7829a989bc27: qa: Cache only chain and wallet for regtest datadir
rABC7829a989bc27: qa: Cache only chain and wallet for regtest datadir
./test/functional/test_runner.py --extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR12638
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5924 Build 9908: Bitcoin ABC Buildbot (legacy) Build 9907: arc lint + arc unit
Event Timeline
Comment Actions
Oh man, does this explain the build failure I have had on D3076?? It was so confusing...
Comment Actions
I looked at D3076 and this seems plausible that this diff solves it indirectly:
it failed to remove wallets/db.log because the whole datadir tree is removed in the test before the node gets restarted, and I suppose that the init error due to the invalid block directory exits the node before the db.log file gets recreated.
You should rebase to be sure !