Page MenuHomePhabricator

qa: Cache only chain and wallet for regtest datadir
ClosedPublic

Authored by Fabien on May 21 2019, 13:57.

Details

Summary
Test Plan
./test/functional/test_runner.py --extended

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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 !

This revision is now accepted and ready to land.May 21 2019, 21:48