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

Modify fuzz all functions to fuzz all functions with valid inputs #25

Open
Tmonster opened this issue Aug 20, 2024 · 0 comments
Open

Modify fuzz all functions to fuzz all functions with valid inputs #25

Tmonster opened this issue Aug 20, 2024 · 0 comments

Comments

@Tmonster
Copy link
Collaborator

Tmonster commented Aug 20, 2024

Currenlty, the fuzz all functions function is fairly primitive and will generate the same fuzzing statements if no new functions are added.

These functions are currently in a weird order (see attachment). It might be nice if the for loop looks more like

for function  in scalar_functions:
     generate_sql(function);

It could also be nice if the functions are applied as a where condition, that way they are tested on different combinations of all_types inputs.

clog_functions.txt

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

No branches or pull requests

1 participant