testing: flaky issue where crash written doesn't reproduce an error #48926
Labels
FrozenDueToAge
fuzz
Issues related to native fuzzing support
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
I've been playing around with this fuzz test:
I've noticed that sometimes it is writing a crash that doesn't actually reproduce an error when re-run with
go test
. My guess is that this is a minimization issue, since I haven't been able to reproduce this bug when I set-fuzzminimizetime=0
.Still trying to figure out where the bug was introduced and why none of our tests are catching it.
/cc @golang/fuzzing
The text was updated successfully, but these errors were encountered: