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

Add stress-tests to catch potential integer overflows #187

Open
Ngalstyan4 opened this issue Oct 1, 2023 · 1 comment
Open

Add stress-tests to catch potential integer overflows #187

Ngalstyan4 opened this issue Oct 1, 2023 · 1 comment

Comments

@Ngalstyan4
Copy link
Contributor

We should have a methodical way of catching all the places where the wrong-sized variable is used (e.g. int in place of int64)
Inspiration: #186

@ezra-varady
Copy link
Collaborator

This feels like some sort of property based testing might be a good fit. Google's fuzztest is one interesting option. It might take a bit of work to get things set up but I think it's appealing long term for discovering these sorts of issues

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

No branches or pull requests

2 participants