Skip to content

Commit 4b286ad

Browse files
Rename ES|QL LOOKUP JOIN test (#120637) (#120640)
Muting a yaml bwc test called "alias" apparently is not possible: ``` task.skipTest("esql/190_lookup_join/alias", "LOOKUP JOIN does not support index aliases for now") ``` ``` * What went wrong: Execution failed for task ':x-pack:plugin:yamlRestCompatTestTransform'. > class com.fasterxml.jackson.databind.node.TextNode cannot be cast to class com.fasterxml.jackson.databind.node.ArrayNode (com.fasterxml.jackson.databind.node.TextNode and com.fasterxml.jackson.databind.node.ArrayNode are in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader @725f7fdd) ``` I need to mute this test in #120617
1 parent 6ef66f9 commit 4b286ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ non-lookup index:
102102
- contains: { error.reason: "Found 1 problem\nline 1:45: invalid [test] resolution in lookup mode to an index in [standard] mode" }
103103

104104
---
105-
alias:
105+
"Alias as lookup index":
106106
- do:
107107
esql.query:
108108
body:

0 commit comments

Comments
 (0)