File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -512,9 +512,6 @@ tests:
512512- class : org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
513513 method : test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
514514 issue : https://github.com/elastic/elasticsearch/issues/129845
515- - class : org.elasticsearch.xpack.test.rest.XPackRestIT
516- method : test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
517- issue : https://github.com/elastic/elasticsearch/issues/129888
518515- class : org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
519516 method : " builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName:
520517 extractedAssemble, #2]"
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ setup:
146146 - do : {xpack.usage: {}}
147147 - match : { esql.available: true }
148148 - match : { esql.enabled: true }
149- - length : { esql.features: 26 }
149+ - length : { esql.features: 27 }
150150 - set : {esql.features.dissect: dissect_counter}
151151 - set : {esql.features.drop: drop_counter}
152152 - set : {esql.features.eval: eval_counter}
@@ -228,7 +228,7 @@ setup:
228228 - gt : {esql.functions.to_long: $functions_to_long}
229229 - match : {esql.functions.coalesce: $functions_coalesce}
230230 - gt : {esql.functions.categorize: $functions_categorize}
231- - length : {esql.functions: 146 } # check the "sister" test above for a likely update to the same esql.functions length check
231+ - length : {esql.functions: 137 } # check the "sister" test above for a likely update to the same esql.functions length check
232232
233233---
234234took :
You can’t perform that action at this time.
0 commit comments