Prepare fuzztest to run regularly
Open
build
fuzz
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Currently, not everything compiles or tests cleanly when enabling the fuzztest config. Often it is just a matter of timeouts, but there seem to be other failures going on.
It would be good if we could run this more often, but let's investigate what needs to be done to run it reliably.
```
bazel test --config=fuzztest --keep_going --test_timeout=3600 ...
```
Contributor guide
Assessment
This issue has not been assessed yet.