Correctness testing infrastructure #6975
cuongdo
started this conversation in
Technical musings
Replies: 3 comments
|
I'd say the priority ordering (in increasing order of complexity):
|
0 replies
|
It seems like items 1 and 2 seem doable and advisable for the PoC period. I'm not as certain about items 3 and 4. |
0 replies
|
We should also do item 1, and perhaps add that into the integration tests: we should be able to run |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As we accumulate SQL optimizations, we should ensure that we're continuing to generate correct results. While sqllogictest helps with that, it is not likely to be sufficient.
TPC-C's correctness checks are one way of doing this.
Ensuring correctness for large analytical queries, such as those found in TPC-H and the analytical parts of CH-benCHmark, is vital to building credibility with customers.
Some possible approaches are:
All reactions