Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple test runner to verify partiql-lang-kotlin evaluation tests are properly ported #33

Open
alancai98 opened this issue Sep 3, 2022 · 0 comments

Comments

@alancai98
Copy link
Member

Given there are thousands of tests that will need ported to partiql-tests from partiql-lang-kotlin, we'll need to validate the tests are ported properly beyond the schema validation (e.g. verify environments and assertions are ported correctly). This should make it easier to review the ported tests and have more confidence that they're ported correctly. One approach could be to create a simple test runner using partiql-lang-kotlin's parser + evaluator. In the future, this could eventually replace partiql-lang-kotlin's set of tests.

DoD

  • A test runner using partiql-tests using the partiql-lang-kotlin parser and evaluator
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

No branches or pull requests

1 participant