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

Make SQLsmith workflow use workflow_dispatch instead of build matrix #15

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erimatnor
Copy link
Owner

Refactor the SQLsmith workflow to take its input from the
workflow_dispatch event instead of relying on a build matrix.

Using workflow_dispatch lets the user run a particular configuration,
e.g., by specificying a particular seed to generate queries that make
it easier to reproduce a failure or crash.

Also, upload query logs, which makes it possible to find the exact
query that caused a failure.

Refactor the SQLsmith workflow to take its input from the
workflow_dispatch event instead of relying on a build matrix.

Using workflow_dispatch lets the user run a particular configuration,
e.g., by specificying a particular seed to generate queries that make
it easier to reproduce a failure or crash.

Also, upload query logs, which makes it possible to find the exact
query that caused a failure.
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.

1 participant