test: Introduce integration test framework.#581
test: Introduce integration test framework.#581liurenjie1024 wants to merge 10 commits intoapache:mainfrom
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.
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 pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
This pr introduces an integration test framework which utilizes sqllogictest-rs to build data driven test cases.