-
Notifications
You must be signed in to change notification settings - Fork 252
feat: Add bash script to build and run fuzz testing #2686
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2686 +/- ##
============================================
+ Coverage 56.12% 58.74% +2.62%
- Complexity 976 1477 +501
============================================
Files 119 163 +44
Lines 11743 13995 +2252
Branches 2251 2379 +128
============================================
+ Hits 6591 8222 +1631
- Misses 4012 4568 +556
- Partials 1140 1205 +65 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This is awesome ! @manuzhang |
comphead
left a comment
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.
Thanks @manuzhang
I feel we need to add some comments in the file itself about its usage
|
@comphead Done! Please take another look. |
comphead
left a comment
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.
Thanks @manuzhang
I think we really close, WDYT if we add also spark version and scala version?
|
FYI @andygrove who is also doing work in parallel in documenting the fuzz routine |
comphead
left a comment
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.
Thanks @manuzhang I think it is good to me, leaving merge decision to @andygrove as he's collaborating on fuzz testing docs
andygrove
left a comment
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.
Thanks @manuzhang @comphead @martin-g
Which issue does this PR close?
Closes #2685.
Rationale for this change
What changes are included in this PR?
How are these changes tested?