Skip to content

Test generation framework additions#74

Merged
Hydrocharged merged 1 commit intomainfrom
daylon/more-sqllogictests
Dec 16, 2023
Merged

Test generation framework additions#74
Hydrocharged merged 1 commit intomainfrom
daylon/more-sqllogictests

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.

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