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

Automate fuzz test batch generation #4769

Open
jouho opened this issue Sep 14, 2024 · 0 comments
Open

Automate fuzz test batch generation #4769

jouho opened this issue Sep 14, 2024 · 0 comments

Comments

@jouho
Copy link
Contributor

jouho commented Sep 14, 2024

Problem:

Currently, the scheduled fuzz test job generates a batch by manually listing all test names. This approach is inefficient because it requires manual updates whenever new fuzz tests are added. We should instead dynamically generate the batch list.

Solution:

Modify the process to dynamically generate the batch list based on the existing fuzz test files. This likely involves making changes to buildspec_fuzz_scheduled.yml.

Requirements / Acceptance Criteria:

  • Ensure s2nFuzzBatchScheduled runs successfully on CodeBuild.
  • Confirm that any new fuzz tests are automatically included in the batch during its execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants