You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatible REST tests (like normal REST tests) allow copying the tests from either
`rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test` (includeCore) or
`x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test` (includeXpack).
Both are currently broken. #90851 fixes
the former , and this commit fixes the later. The fix here is to ensure the correct
path to the x-pack rest tests when pulling from the elder branch for compatible testing.
This only impacts modules that have the compatibility plugin enabled and are
configured to pull from the main x-pack set of tests. Currently, this should only
impact `:x-pack:plugin:enrich:qa:rest` but will fix it for future projects with that configuration.
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/YamlRestCompatTestPlugin.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public class YamlRestCompatTestPlugin implements Plugin<Project> {
0 commit comments