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 @@ -539,9 +539,6 @@ tests:
539
539
- class : org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
540
540
method : test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
541
541
issue : https://github.com/elastic/elasticsearch/issues/129845
542
- - class : org.elasticsearch.xpack.test.rest.XPackRestIT
543
- method : test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
544
- issue : https://github.com/elastic/elasticsearch/issues/129888
545
542
- class : org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
546
543
method : " builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName:
547
544
extractedAssemble, #2]"
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ setup:
146
146
- do : {xpack.usage: {}}
147
147
- match : { esql.available: true }
148
148
- match : { esql.enabled: true }
149
- - length : { esql.features: 26 }
149
+ - length : { esql.features: 27 }
150
150
- set : {esql.features.dissect: dissect_counter}
151
151
- set : {esql.features.drop: drop_counter}
152
152
- set : {esql.features.eval: eval_counter}
@@ -228,7 +228,7 @@ setup:
228
228
- gt : {esql.functions.to_long: $functions_to_long}
229
229
- match : {esql.functions.coalesce: $functions_coalesce}
230
230
- 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
232
232
233
233
---
234
234
took :
You can’t perform that action at this time.
0 commit comments