aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 707 forks source link

Automate fuzz test batch generation #4769

Open jouho opened 2 months ago

jouho commented 2 months ago

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: