summaryrefslogtreecommitdiff
path: root/tests/fuzz/profile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-06-12 23:35:12 -0300
committerEuAndreh <eu@euandre.org>2026-06-12 23:35:12 -0300
commit750a04b613d7d8e7de9ab18863ad2a27055b58a2 (patch)
treea4b5001be94c37239fb2388e0c6e729dfc4d54f7 /tests/fuzz/profile
parenttests/remembering.go: Pin getopt(3) positional parsing (diff)
downloadremembering-750a04b613d7d8e7de9ab18863ad2a27055b58a2.tar.gz
remembering-750a04b613d7d8e7de9ab18863ad2a27055b58a2.tar.xz
tests: fuzz a fixed count (1000x), not a 1s wall-clock budgetHEADmain
-fuzztime=1s is a wall-clock deadline; under parallel-build load the fuzzer's setup (worker spawn + baseline coverage) can overrun it and the run fails with "context deadline exceeded" --- a flake unrelated to the code. A count budget (1000x) has no wall-clock deadline: it always runs the seeds + 1000 iterations regardless of load, just slower when busy. Renamed FUZZSEC -> FUZZTIME since it is no longer seconds. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'tests/fuzz/profile')
0 files changed, 0 insertions, 0 deletions