Skip to content

Commit 2404e24

Browse files
Increment expected function count in ESQL test (#133853)
In f2b364c we added another function, which broke this test, which we fixed in #133820. We then immediately added another function in 97abc87, so let's fix this test again here.
1 parent a75fa12 commit 2404e24

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

muted-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -531,15 +531,6 @@ tests:
531531
- class: org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT
532532
method: testGroupBySubset
533533
issue: https://github.com/elastic/elasticsearch/issues/133220
534-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncSubmitAndFetchIT
535-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
536-
issue: https://github.com/elastic/elasticsearch/issues/133840
537-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT
538-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
539-
issue: https://github.com/elastic/elasticsearch/issues/133841
540-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncIT
541-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
542-
issue: https://github.com/elastic/elasticsearch/issues/133842
543534
- class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT
544535
method: testHighNodeWriteLoadPreventsNewShardAllocation
545536
issue: https://github.com/elastic/elasticsearch/issues/133857

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ setup:
229229
- gt: {esql.functions.to_long: $functions_to_long}
230230
- match: {esql.functions.coalesce: $functions_coalesce}
231231
- gt: {esql.functions.categorize: $functions_categorize}
232-
- length: {esql.functions: 141} # check the "sister" test above for a likely update to the same esql.functions length check
232+
- length: {esql.functions: 142} # check the "sister" test above for a likely update to the same esql.functions length check
233233

234234
---
235235
took:

0 commit comments

Comments
 (0)