-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: -keepfuzzing needs renaming, does not exist #48127
Comments
fuzzforever? fuzzon? fuzznonstop? |
fuzzcontinue would probably be fine. |
https://go-review.googlesource.com/c/go/+/351113 removed the documentation for
|
FWIW I'd expect this to be the default - if I'm leaving something fuzzing for days or weeks (as I'm doing currently), I don't want it to stop immediately it finds a crash. Possible flag name: |
@rogpeppe or use the existing (Though I'm not sure I agree about inverting the default behavior.) |
See #45690 |
This won't happen for 1.18, but I'd like to see it in 1.19. Updated the milestone. |
CC @golang/fuzzing Do we want this? The milestone is currently 1.19. Should it be 1.20? Backlog? Thanks. |
Generally, we try to keep the flag names big-endian, so that related flags all have a common prefix, like bench, benchtime, benchmem; memprofile, memprofilerate; even fuzz, fuzzcachedir, fuzzminimizetime, fuzztime, fuzzworker.
The exception in the go help testflag output is keepfuzzing, which doesn't begin with fuzz. It probably should. Maybe fuzzmore?
Also the flag seems not to be implemented.
/cc @jayconrod @katiehockman
The text was updated successfully, but these errors were encountered: