-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Stop test_bitcoin-qt touching ~/.bitcoin #11210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Travis failure is in an unrelated test, please rerun :) |
|
utACK dea086f |
1 similar comment
|
utACK dea086f |
| SetupNetworking(); | ||
| SelectParams(CBaseChainParams::MAIN); | ||
| noui_connect(); | ||
| ClearDatadirCache(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to only do this for Qt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already do it on src/test/test_bitcoin.cpp
|
Tested ACK dea086f, thanks! |
dea086f Stop test_bitcoin-qt touching ~/.bitcoin (MeshCollider) Pull request description: Fixes #11192 The directory remains unused, but this stops the tests touching ~/.bitcoin at all (namely creating it if it doesn't exist) Tree-SHA512: e59ad6b83dbc5ea2fb2761994c09933721d29668b0eef09b9d938a4ee1c67871c5125c57483ee0ea25f2385e308d275d86bcb9087dd4d502923013b4f3dbac82
|
@MarcoFalke mentioned needing a test for this on travis (that the tests don't touch |
|
Making sure that |
Github-Pull: bitcoin#11210 Rebased-From: dea086f
|
@MarcoFalke Eh, we can just add a check that |
|
Iirc we did that and it failed occasionally. This is on my list of things
to take a look at ...
…On Nov 10, 2017 04:06, "Luke Dashjr" ***@***.***> wrote:
@MarcoFalke <https://github.com/marcofalke> Eh, we can just add a check
that ~/.bitcoin still doesn't exist at the end?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11210 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGmv7gKKJCFcDv-SytUAyUvBZFKuA32ks5s1BIcgaJpZM4PKBvu>
.
|
dea086f Stop test_bitcoin-qt touching ~/.bitcoin (MeshCollider) Pull request description: Fixes bitcoin#11192 The directory remains unused, but this stops the tests touching ~/.bitcoin at all (namely creating it if it doesn't exist) Tree-SHA512: e59ad6b83dbc5ea2fb2761994c09933721d29668b0eef09b9d938a4ee1c67871c5125c57483ee0ea25f2385e308d275d86bcb9087dd4d502923013b4f3dbac82
Fixes #11192
The directory remains unused, but this stops the tests touching ~/.bitcoin at all (namely creating it if it doesn't exist)