-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Update analysis-common module to use new rest test framework #100719
Update analysis-common module to use new rest test framework #100719
Conversation
run elasticsearch-ci/part-1 |
1 similar comment
run elasticsearch-ci/part-1 |
Pinging @elastic/es-delivery (Team:Delivery) |
modules/analysis-common/build.gradle
Outdated
dependencies { | ||
compileOnly project(':modules:lang-painless:spi') | ||
clusterModules project(':modules:reindex') | ||
clusterModules project(':modules:mapper-extras') | ||
clusterModules project(':modules:analysis-common') |
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.
It's not necessary to add the current project as a dependency. We do this automatically in the rest testing plugin.
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.
Ahh, I had to add it in the test class, so I assumed I needed to add it here as well
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.
Yeah, we should think about eliminating the need for that as well. Perhaps passing in system property to the test that indicates "default" plugins/modules that should be installed.
@elasticmachine update branch |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
See title