Skip to content

Commit 0299f4e

Browse files
ES|QL: fix telemetry tests after FORK release (#129983)
1 parent dbc8d74 commit 0299f4e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@ tests:
539539
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
540540
method: test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
541541
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
545542
- class: org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
546543
method: "builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName:
547544
extractedAssemble, #2]"

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
---
234234
took:

0 commit comments

Comments
 (0)