-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Migrate x-pack core module to new testing framework #125740
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
Conversation
Pinging @elastic/es-delivery (Team:Delivery) |
requiresFeature 'es.failure_store_feature_flag_enabled', Version.fromString("8.15.0") | ||
systemProperty 'es.queryable_built_in_roles_enabled', 'false' | ||
tasks.named("javaRestTest") { | ||
usesDefaultDistribution("uses the _xpack api") |
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.
From what I can tell this tries to resolve pretty much every x-pack module so I gave up on going down this rabbit hole. Fortunately, these tests suites are pretty light weight so it's not a big deal.
# Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/RestrictedBuildApiService.java
💔 Backport failed
You can use sqren/backport to manually backport by running |
(cherry picked from commit 0c50403)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 0c50403)
Converts
:x-pack:plugin:core
to new testing framework.