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

add enable_verification argument #20

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

hmeriann
Copy link
Contributor

@hmeriann hmeriann commented Aug 16, 2024

This PR makes the fuzzer run with enable_verification, when it passed as an argument, e.g. from the duckdb-fuzzer-ci.

@Tmonster
Copy link
Collaborator

Thanks!

@Tmonster Tmonster merged commit 98fb00d into duckdb:main Aug 19, 2024
26 checks passed
@@ -30,6 +31,8 @@
db = 'emptyalltypes'
elif param == '--no_checks':
perform_checks = False
elif param == '--enable_verification':
verification = True
Copy link
Collaborator

Choose a reason for hiding this comment

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

To work with what I said here https://github.com/duckdblabs/duckdb-fuzzer-ci/pull/30/files

this can be verification enable_verification = param.replace('--enable_verification=', '').lower() == 'true'

then if someone passed --enable_verification=False enable_verification will be set to false

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