Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an end-to-end test for the OSS-Fuzz integration #105

Closed
stefanbucur opened this issue Jan 6, 2021 · 2 comments
Closed

Add an end-to-end test for the OSS-Fuzz integration #105

stefanbucur opened this issue Jan 6, 2021 · 2 comments
Assignees
Labels
code health Cleanup or testing task that improves the codebase priority:medium

Comments

@stefanbucur
Copy link
Collaborator

@oliverchang In #96 (review) you mentioned:

Perhaps we can have a GitHub action for this repo which checks out OSS-Fuzz at the latest revision and builds the test project? Seems like something that would fit better in this repo.

Just to confirm: would it be okay to submit a test project to the OSS-Fuzz repo (e.g., projects/bazel-rules-fuzzing) that runs the fuzzing examples in this repo? Is there a way to mark the project as "test only" so it doesn't run on the OSS-Fuzz infrastructure (it would use up resources unnecessarily)?

@stefanbucur stefanbucur added code health Cleanup or testing task that improves the codebase priority:medium labels Jan 6, 2021
@oliverchang
Copy link
Collaborator

Yep, we already have similar projects such as https://github.com/google/oss-fuzz/blob/2cf181aa323c6bdeb1073622f0642782eb66acf9/projects/cifuzz-example/project.yaml#L5. You just need to specify "disabled: true"

@stefanbucur
Copy link
Collaborator Author

Fixed in #117.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Cleanup or testing task that improves the codebase priority:medium
Projects
None yet
Development

No branches or pull requests

2 participants