From 82b6622187af515a5863f0b691f288739ffccc24 Mon Sep 17 00:00:00 2001 From: Jordan Powers Date: Fri, 29 Aug 2025 14:46:18 -0400 Subject: [PATCH] Increment expected function count --- muted-tests.yml | 9 --------- .../resources/rest-api-spec/test/esql/60_usage.yml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 00750863edf58..ecbb6d954cd77 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -543,15 +543,6 @@ tests: - class: org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT method: testGroupBySubset issue: https://github.com/elastic/elasticsearch/issues/133220 -- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncSubmitAndFetchIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/133840 -- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/133841 -- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/133842 # Examples: # diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml index b920c4bb12bf4..886ca8f6b0b6d 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml @@ -229,7 +229,7 @@ setup: - gt: {esql.functions.to_long: $functions_to_long} - match: {esql.functions.coalesce: $functions_coalesce} - gt: {esql.functions.categorize: $functions_categorize} - - length: {esql.functions: 141} # check the "sister" test above for a likely update to the same esql.functions length check + - length: {esql.functions: 142} # check the "sister" test above for a likely update to the same esql.functions length check --- took: