youngoli commented on code in PR #17587:
URL: https://github.com/apache/beam/pull/17587#discussion_r873298909
##########
sdks/go/pkg/beam/core/graph/coder/bytes_test.go:
##########
@@ -59,3 +59,23 @@ func TestEncodeDecodeBytes(t *testing.T) {
})
}
}
+
+func FuzzEncodeDecodeBytes(f *testing.F) {
Review Comment:
What's the difference between having continuous fuzzing by adding Beam to
OSS Fuzz, vs just having a script that runs go test ./... with the fuzz flag
and running it as a Jenkins cron job? The latter seems like something we could
do immediately as far as I can tell.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]