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

Adding python fuzz script that runs rust tests in a loop and logs to rollbar if it fails #9

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

slundqui
Copy link
Contributor

Resolved Issues

Using python, we run individual fuzz tests in a loop, and log any failed tests to rollbar.

Review Checklists

Please check each item before approving the pull request. While going
through the checklist, it is recommended to leave comments on items that are
referenced in the checklist to make sure that they are reviewed.

  • Testing
    • Are there new or updated unit or integration tests?
    • Do the tests cover the happy paths?
    • Do the tests cover the unhappy paths?
    • Are there an adequate number of fuzz tests to ensure that we are
      covering the full input space?
    • If matching Solidity behavior, are there differential fuzz tests that
      ensure that Rust matches Solidity?

Copy link
Contributor

@dpaiton dpaiton left a comment

Choose a reason for hiding this comment

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

Let's hold off on running this until we resolve
#4
#3
#2

@dpaiton
Copy link
Contributor

dpaiton commented Apr 30, 2024

This doesn't check all of the boxes in delvtech/hyperdrive#1007 but I think it is enough to consider the task done. If we decide the other tasks have more utility we can revisit.

@slundqui slundqui merged commit 9fc5529 into main Apr 30, 2024
4 checks passed
@slundqui slundqui deleted the slundquist/fuzz-script branch April 30, 2024 14:25
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.

2 participants