cockroachdb / cockroachdb/cockroach
testing: set up nightly run that runs fuzz tests
Open
A-testing
T-dev-inf
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We have a couple of tests that use [Go fuzzing](https://go.dev/security/fuzz/) infrastructure:
```
pkg/storage/engine_key_test.go
338:func FuzzEngineKeysInvariants(f *testing.F) {
pkg/sql/sqlliveness/slstorage/sessionid_test.go
25:func FuzzSessionIDEncoding(f *testing.F) {
```
Fuzz tests only do something more interesting than regular tests when the `-fuzz` flag is used. We should set up a nightly run that does this.
Jira issue: CRDB-31052
Contributor guide
Assessment
This issue has not been assessed yet.