forked from substrait-io/consumer-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: distinguish plan generation from validation in functional tests
This PR adds a new test target for the `relation` and `extension_function` producer tests such that now both have one variant that validates the plans whereas the other one doesn't. Validation is useful to see how conformant the producer is. Not activating it is useful to allow non-conformant plans to be generated, which can then be used as input for consumer tests (although it is debatable whether that's a good idea but that's a discussion for another day). The TPC-H tests already do this distinction, and replicating that is the last step before the entry scripts of all categories can be merged. Signed-off-by: Ingo Müller <[email protected]>
- Loading branch information
1 parent
0c7dca2
commit 4cefba9
Showing
2 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters