Backport of Core PR13687
fabe28a from https://github.com/bitcoin/bitcoin/pull/13687/
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project
CI
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- test-config-args
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4754 Build 7571: Bitcoin ABC Buildbot (legacy) Build 7570: arc lint + arc unit
Event Timeline
Comment Actions
This fixes test failure for me in D2431. The symptom locally was that bitcoind was unable to get a lock on a file in my ~/.bitcoin folder.
Comment Actions
Why does setting greatwallactivationtime uncover this config issue? Seems like there's another underlying problem. I noticed the Core PR didn't give much info about its discovery either. Is this a spurious/flaky failure or is it triggered by some specific action?
Comment Actions
Turns out the failure in D2431 was unrelated to this. I'm happy to close this unlanded.