-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
KAFKA-17685 make sure all modules have consistent testRuntimeOnly dependencies #17355
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, thanks @m1a2st! Left one minor style nitpick.
build.gradle
Outdated
libs.slf4jReload4j, | ||
libs.junitPlatformLanucher, |
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.
nit: indentation is off
build.gradle
Outdated
@@ -122,6 +122,11 @@ ext { | |||
if (name == "compileTestJava" || name == "compileTestScala") | |||
options.compilerArgs << "-parameters" | |||
} | |||
|
|||
runtimeLibs = [ |
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.
Should also call this "runtimeTestLibs" probably to avoid confusion.
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.
Thanks, It make sense to me
Reviewers: David Arthur <[email protected]>
Jira: https://issues.apache.org/jira/browse/KAFKA-17685
we declare a variable of runtimeLibs to simplfied the testRuntimeOnly dependency
Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.
Committer Checklist (excluded from commit message)