Skip to content
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

feat: make random seed configurable in fuzz-testing #1401

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

wForget
Copy link
Member

@wForget wForget commented Feb 14, 2025

Which issue does this PR close?

Closes #1400.

Rationale for this change

make fuzz-testing output not fixed

What changes are included in this PR?

make random seek configurable

How are these changes tested?

@wForget wForget marked this pull request as ready for review February 14, 2025 07:51
@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.06%. Comparing base (f09f8af) to head (39fbbb3).
Report is 29 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #1401       +/-   ##
=============================================
- Coverage     56.12%   39.06%   -17.07%     
- Complexity      976     2077     +1101     
=============================================
  Files           119      263      +144     
  Lines         11743    60802    +49059     
  Branches       2251    12930    +10679     
=============================================
+ Hits           6591    23751    +17160     
- Misses         4012    32554    +28542     
- Partials       1140     4497     +3357     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wForget

@andygrove andygrove changed the title feat: make random seek configurable in fuzz-testing feat: make random seed configurable in fuzz-testing Feb 14, 2025
@andygrove andygrove merged commit 71c95fc into apache:main Feb 14, 2025
76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make random seek configurable in fuzz-testing
3 participants