ci: Pass down LD_LIBRARY_PATH and MAKEJOBS to fuzz test_runner#18929
Merged
maflcko merged 3 commits intobitcoin:masterfrom May 12, 2020
Merged
ci: Pass down LD_LIBRARY_PATH and MAKEJOBS to fuzz test_runner#18929maflcko merged 3 commits intobitcoin:masterfrom
maflcko merged 3 commits intobitcoin:masterfrom
Conversation
added 2 commits
May 10, 2020 07:49
They have been moved to https://github.com/MarcoFalke/btc_nightly running on Cirrus CI https://cirrus-ci.com/build/6249975761862656
Contributor
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
Remove inconsistency between functional and unit test environments and make it possible to substitute bitcoin-qt and bitcoin-node in place of bitcoind in python tests, or to link bitcoind against shared libraries.
Member
Author
|
I've stolen a commit from the conflicting pr, which does the same thing for |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
May 12, 2020
…zz test_runner cbd6611 Set LD_LIBRARY_PATH consistently in travis tests (Russell Yanofsky) fa35c34 Remove unused ci configs that have been moved elsewhere (MarcoFalke) 3333cb9 fuzz: Pass down MAKEJOBS to test_runner (MarcoFalke) Pull request description: Just how `MAKEJOBS` is passed down to the functional test `test_runner`, do the same for the fuzz `test_runner`. Also includes a commit to remove unused config files, which have been moved elsewhere. Top commit has no ACKs. Tree-SHA512: 32557102c9e40599b432aeb004c8427e8fbb07cdf4048050cdc8241d1b029aaad306b1131007eeca8315a4f71c38a7efbb833310e056cd11b835676cd19b8902
jasonbcox
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Nov 6, 2020
Summary: Backport of core [[bitcoin/bitcoin#18929 | PR18929]]. Depends on D8277. Test Plan: ninja bitcoin-fuzzers ./test/fuzz/test_runner.py -j 20 <path_to_corpus> Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Subscribers: deadalnix Differential Revision: https://reviews.bitcoinabc.org/D8278
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just how
MAKEJOBSis passed down to the functional testtest_runner, do the same for the fuzztest_runner.Also includes a commit to remove unused config files, which have been moved elsewhere.