Open AdamKorcz opened 2 years ago
Hi @AdamKorcz - thanks for reaching out! We're definitely interested in improvements around our fuzzing infrastructure and appreciate any help!
We're currently in the process of migrating our CI to use GitHub Actions and we expect that to be complete in the coming weeks. I imagine that will make it easier to integrate a tool like ClusterfuzzLite. Perhaps we can touch base again once that migration is complete?
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
Is your feature request related to a problem? Please describe. cuDF has an extensive fuzzing suite that could benefit the project by running in the CI.
Describe the solution you'd like In this issue I suggest ClusterfuzzLite integration for cuDF. This would require:
.github/workflows/cflite.yml
file.Describe alternatives you've considered
Additional context ClusterfuzzLite handles the management of running fuzzers in the CI when PRs are made. It has a number of features that are useful for projects with multiple fuzzers:
I will be glad to take the lead on this one if it is of interest to cuDF.