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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 !