-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add ClusterFuzzLite in CI featuring PR fuzzing, batch fuzzing and fuzz coverage reports #820
Conversation
dec93b6
to
6173289
Compare
3d3a759
to
2d846dd
Compare
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.
It would be nice to verify somehow that if fuzzers fails, it will report about it. Could you try to introduce a bug in a separate PR which fuzzer will catch, please?=)
We had some fun doing this in this PR. Posting here for visibility: #846 |
@netrome Hi! Would you be open to chat about how this works our for Fuel in a few months from now? |
Sure thing, I'd be happy to. Right now we're experiencing some issues with empty coverage uploads https://github.com/FuelLabs/fuel-fuzzing-corpus/commit/bf288985f3b94e8048d36b457c750cf7af6865b5 is that anything you recognize from other projects? |
Sadly does not ring a bell for me :/ |
Oh well, we'll figure it out. |
Supersedes #727
This PR introduces fuzzing in our CI using ClusterFuzzLite, roughly following the instructions outlined in the ClusterFuzzLite Github Actions docs.
Before requesting review