The existing fuzzers are converted into the Go native format. This works well with most fuzzers, apart from the one that fuzzes the controller. That specific test depends on funcs and vars that are defined on suite_test.go, which is not supported when building fuzzers leveraging Go native fuzz for oss-fuzz. That test is therefore ignored when executed with make fuzz-native. But, all tests are covered with make fuzz-smoketest, in order to support oss-fuzz. Once the controller is rewritten we can revist this and ensure that fuzzers does not require envtest nor embedded CRDs. Signed-off-by: Paulo Gomes <paulo.gomes@weave.works> |
||
|---|---|---|
| .. | ||
| fuzz | ||