LucaCappelletti94 opened a new pull request, #2530: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2530
Step 4 of #2519, stacked on the roundtrip harness branch. Adds 195 seed inputs in `fuzz/fuzz_seeds/`, with some from https://github.com/LucaCappelletti94/sql_ast_benchmark and others from the test suite. `build.sh` now packages the directory as `<target>_seed_corpus.zip` next to each binary, which is the OSS-Fuzz and ClusterFuzzLite convention, so code-change and batch runs start from it instead of from random bytes. `fuzz/fuzz_seeds/*` is added to the RAT exclusions. With this hot-start, the `fuzz_parse_sql` and `fuzz_parse_roundtrip` harnesses reach cov 10938 edges (previously 3238) and 12579 (previously 3360) respectively, in the same 30 seconds window. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
