-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add presto-native-tests module #23671
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM! (docs)
Reviewed README.md, no concerns. Thanks for the doc!
acaa071
to
8ec8208
Compare
Are these tests being run as part of the CI? |
They are not being run as part of CI currently, but we plan to setup a pipeline to run these tests on a regular cadence subsequently. Will also add a CI job to run these tests in a follow-up PR. |
public class TestAggregations | ||
extends AbstractTestAggregationsNative | ||
{ | ||
private static final String storageFormat = "PARQUET"; |
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.
This is just testing parquet
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.
Yes the intention was to primarily test with parquet files. Most of the current e2e tests in presto-native-execution
test with DWRF format. We can extend this to test with other file formats going forward.
8ec8208
to
32b2ad6
Compare
Co-authored-by: Manoj Negi <[email protected]>
32b2ad6
to
f614cb6
Compare
Description
Adds module
presto-native-tests
to run end-to-end tests with Presto native workers.Motivation and Context
Improves Presto native test coverage by extending production tests from
presto-tests
module to use the native worker.Contributor checklist