Page MenuHomePhabricator

qa: Temporarily disable test that reads the default datadir location
AbandonedPublic

Authored by dagurval on Jan 29 2019, 23:10.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

Backport of Core PR13687
fabe28a from https://github.com/bitcoin/bitcoin/pull/13687/

Test Plan

CI

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

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.

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?

Turns out the failure in D2431 was unrelated to this. I'm happy to close this unlanded.