-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Property based query testing #8704
Copy link
Copy link
Open
Labels
good first issueGood for newcomers — GitHub surfaces this in the Contribute tabGood for newcomers — GitHub surfaces this in the Contribute tabhelp wantedExtra attention is needed — open for contributionsExtra attention is needed — open for contributions
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers — GitHub surfaces this in the Contribute tabGood for newcomers — GitHub surfaces this in the Contribute tabhelp wantedExtra attention is needed — open for contributionsExtra attention is needed — open for contributions
Type
Fields
Give feedbackNo fields configured for issues without a type.
Given the same data, schema, the same query against two different table configurations should always produce the same result. Generating table configurations over a schema and checking this invariant for generated random data would help to find bugs in operators and index implementations.