-
Notifications
You must be signed in to change notification settings - Fork 344
test: Introduce integration test framework. #581
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks @liurenjie1024! This PR is great. After #349, I can also help to migrate our e2e test using this test framework. It's helpful for us to test using different query engines or SDKs. #349 (comment) |
Yeah, I'll find time to split this pr into smaller part to merge them. |
xxchan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have one integration-test (with spark) data datafusion-integration-test. They seem to overlap to some extent. Perhaps we can decide to all in one of them in the future.
Yes, the goal of this framework is to simplify those integration tests. |
This pr introduces an integration test framework which utilizes sqllogictest-rs to build data driven test cases.