-
Notifications
You must be signed in to change notification settings - Fork 132
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
use fixed temp_dir
for TP on integration tests
#1177
use fixed temp_dir
for TP on integration tests
#1177
Conversation
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.
I think this will make all tests run against the same bitcoind instance which I am not sure it is a good idea
In L92 there is a functionality to use a downloaded bitcoind, maybe try to utilize that? |
I see what you mean the issue would happen on I adapted that by making now we just make sure the TP is downloaded 1x, but different tests will use different |
that is being used here... |
9240398
to
80b9dc4
Compare
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
80b9dc4
to
9d45b03
Compare
Ok now with the |
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.
Tested this locally, with running multiple tests utilising the TP and all is good. it actually made things slightly faster.
fix #1176