Skip to content

Commit e8957e4

Browse files
authored
Update ES|QL function list for release versions (#133096)
Update the function list to include the newly introduced MONTH_NAME function. Relates #132968 Closes #133014
1 parent 6248322 commit e8957e4

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
@@ -582,9 +582,6 @@ tests:
582582
- class: org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
583583
method: testIndexing {upgradedNodes=0}
584584
issue: https://github.com/elastic/elasticsearch/issues/133061
585-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
586-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
587-
issue: https://github.com/elastic/elasticsearch/issues/133014
588585
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
589586
method: test {p0=search/160_exists_query/Test exists query on _id field}
590587
issue: https://github.com/elastic/elasticsearch/issues/133097

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
@@ -141,7 +141,7 @@ setup:
141141
- method: POST
142142
path: /_query
143143
parameters: []
144-
capabilities: [ non_snapshot_test_for_telemetry, fn_byte_length ]
144+
capabilities: [ non_snapshot_test_for_telemetry, fn_month_name ]
145145
reason: "Test that should only be executed on release versions"
146146

147147
- do: {xpack.usage: {}}
@@ -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: 138} # check the "sister" test above for a likely update to the same esql.functions length check
232+
- length: {esql.functions: 139} # 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)