jrmccluskey commented on code in PR #17587:
URL: https://github.com/apache/beam/pull/17587#discussion_r868218392
##########
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:
The continuous running element is something we can't/don't do right now, the
idea would be to eventually add Beam to OSS Fuzz
(https://google.github.io/oss-fuzz/) so we have that continuous coverage.
Right now these are mostly proof of concept and relatively simple. I don't
anticipate a big push to add fuzz testing everywhere, just targeted coverage
where appropriate over time.
--
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]