-
Notifications
You must be signed in to change notification settings - Fork 2.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
GCP, Pig: Switch tests to JUnit5 #7647
Conversation
@nastra please check |
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.
the changes themselves LGTM but you need to enable JUnit5 for the iceberg-gcp
and iceberg-pig
module via
test {
useJUnitPlatform()
}
in gradle.properties
(similar to how it's done for the other gradle modules).
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, will merge when CI passes
In line with #7160
Modules changed: