-
Notifications
You must be signed in to change notification settings - Fork 66
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
Delete nonreduced inputs #97
Merged
Merged
Conversation
This file contains 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
Can be "reproduced" with:
|
Did the deletion on Jammy and Focal:
|
Measuring with |
Actually, this deleted the wallet folders due to missing the sqlite dependency |
Restored them in ca05b5e |
fanquake
added a commit
to bitcoin-core/bitcoin-maintainer-tools
that referenced
this pull request
Oct 11, 2022
b56e160 delete_nonreduced_fuzz_inputs.sh: Add missing libsqlite3-dev (MarcoFalke) Pull request description: Hopefully fixes this bug from bitcoin-core/qa-assets#97 (comment) ACKs for top commit: fanquake: ACK b56e160 Tree-SHA512: 6defd88ebb40930c443c1d80f2a378f04ce05210e48e388c88ebc0b6770f66699669b9edf2aebaee555a8a3d712873cb7b6f5f093d055fc813abcc67cd97c598
This was referenced Apr 21, 2023
fanquake
added a commit
that referenced
this pull request
Apr 29, 2023
6599294 Reduced inputs for fuzzer,address,undefined,integer (delete_nonreduced_inputs script) 8732a46 Reduced inputs for fuzzer (delete_nonreduced_inputs script) f791d88 Delete fuzz inputs (delete_nonreduced_inputs script) Pull request description: As per the usual process to avoid wasted CI resources and timeouts when it runs on large and presumed irrelevant inputs. Previous: #97 Top commit has no ACKs. Tree-SHA512: da4bf26bd873fdeca0b629a5c422e575769da2d9dd40afd6abc5b3e135d1e75e5964b61268dcc13cf3559291beee8f4abd84e64666b2398c9f1cbada1dbcd955
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
To avoid CI timeouts on the large input set.
Last one: #90