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

Fuzzing with the random numbers passed from the config file #38

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

hmeriann
Copy link
Contributor

As it describes in the duckdb/duckdb_sqlsmith#23, we'd like the fuzzer to follow a specific path to generate statements, functions etc.

This PR makes cifuzz to fuzz with and without the values defined in configuration file.

@hmeriann hmeriann force-pushed the randoms-config branch 2 times, most recently from 8c37be4 to c06257e Compare September 30, 2024 09:17
Copy link
Collaborator

@Tmonster Tmonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like we are excluding a lot of fuzzer options when the fuzzer is not duck fuzz. Maybe we just add another step where we only fuzz duckfuzz with all the extra options?

@hmeriann hmeriann requested a review from Tmonster October 7, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants