FerretDB / wire

Apache License 2.0
2 stars 3 forks source link

Improve fuzzing setup #2

Open AlekSi opened 2 months ago

AlekSi commented 2 months ago

The basic setup is there, but the fuzz corpus collection should be ported from https://github.com/FerretDB/FerretDB/blob/main/cmd/envtool/fuzz.go (probably to https://github.com/FerretDB/fuzz-corpus itself to avoid duplication of code with FerretDB?)

We probably should also make our fuzzing data smaller (see there).