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

Test generation framework additions #74

Merged
merged 1 commit into from
Dec 16, 2023
Merged

Conversation

Hydrocharged
Copy link
Collaborator

I ran into too many issues while trying to generate a set of SELECT tests to add to sqllogictests, but I think this code here could still be useful in the future. The SELECT statements were too complex for random generation to happen upon a valid combination of queries, aliases, values, etc., but this could still have use for simpler statements. Since our synopses are written in a small DSL, you could technically generate anything as long as random generation is viable. It's basically what I've done for a lot of the generated tests throughout GMS and Dolt, but more formalized here.

@Hydrocharged Hydrocharged force-pushed the daylon/more-sqllogictests branch from 69e90ef to 6f4de28 Compare December 15, 2023 10:01
@Hydrocharged Hydrocharged merged commit fc59d38 into main Dec 16, 2023
6 checks passed
@Hydrocharged Hydrocharged deleted the daylon/more-sqllogictests branch December 16, 2023 07:50
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