Correctness testing infrastructure #6975
Replies: 3 comments
-
I'd say the priority ordering (in increasing order of complexity):
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
We should also do item 1, and perhaps add that into the integration tests: we should be able to run |
Beta Was this translation helpful? Give feedback.
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:
Beta Was this translation helpful? Give feedback.
All reactions