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

Fuzz.forcedChoice: don't reject unexpected values? #222

Open
Janiczek opened this issue Aug 22, 2023 · 0 comments
Open

Fuzz.forcedChoice: don't reject unexpected values? #222

Janiczek opened this issue Aug 22, 2023 · 0 comments

Comments

@Janiczek
Copy link
Collaborator

@CoderDennis has found this when reading through the source code.

Fuzz.forcedChoice doesn't reject the value in the original Python minithesis repo but it does in our implementation (when using a Hardcoded RandomRun).

This probably results in more failed generations during shrinking than necessary. We likely should just ignore the current value instead of checking its value.

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

1 participant