Run fuzzers in CI#7052
Conversation
|
Hi @AdamKorcz. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
kzys
left a comment
There was a problem hiding this comment.
/ok-to-test
It shouldn't fail though.
Signed-off-by: AdamKorcz <[email protected]>
In addition to oss-fuzz's CIFuzz (see containerd#7052), this commit adds a small shell script that run all fuzzing tests with go test -fuzz. While running for 30 seconds would be too short to acutally find issues, we want to make sure that these fuzzing tests are not fundamentally broken. Signed-off-by: Kazuyoshi Kato <[email protected]>
In addition to oss-fuzz's CIFuzz (see containerd#7052), this commit adds a small shell script that run all fuzzing tests with go test -fuzz. While running for 30 seconds would be too short to acutally find issues, we want to make sure that these fuzzing tests are not fundamentally broken. Signed-off-by: Kazuyoshi Kato <[email protected]>
In addition to oss-fuzz's CIFuzz (see containerd#7052), this commit adds a small shell script that run all fuzzing tests with go test -fuzz. While running for 30 seconds would be too short to acutally find issues, we want to make sure that these fuzzing tests are not fundamentally broken. Signed-off-by: Kazuyoshi Kato <[email protected]>
In addition to oss-fuzz's CIFuzz (see containerd#7052), this commit adds a small shell script that run all fuzzing tests with go test -fuzz. While running for 30 seconds would be too short to acutally find issues, we want to make sure that these fuzzing tests are not fundamentally broken. Signed-off-by: Kazuyoshi Kato <[email protected]>
This PR adds CIFuzz to Containerds CI. CIFuzz is a service offered by OSS-Fuzz and is recommended for all OSS-Fuzz projects. It will run all fuzzers for 10 minutes in the CI to catch low-hanging bugs and verify that no breaking changes to the fuzzing suite are introduced.
The time each fuzzer should run can be adjusted.
Only fuzzers that cover code that is affected by changes in PRs will run.
The CIFuzz documentation can be found here: https://google.github.io/oss-fuzz/getting-started/continuous-integration/