From e00ac823c575fa16155e66b791dba70c5442e43f Mon Sep 17 00:00:00 2001 From: Alexander Spies Date: Mon, 11 Aug 2025 18:57:55 +0200 Subject: [PATCH 1/2] Update num released functions after #132535 --- .../yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 94f56c3c85367..760816536f18a 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: 137} # check the "sister" test above for a likely update to the same esql.functions length check + - length: {esql.functions: 138} # check the "sister" test above for a likely update to the same esql.functions length check --- took: From 902081c08f5a8337e8980e0170abfd1fdc76beb9 Mon Sep 17 00:00:00 2001 From: Alexander Spies Date: Tue, 12 Aug 2025 10:57:05 +0200 Subject: [PATCH 2/2] Remove mute from #132608 --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index e34ffd493ea58..fb7f0ca7e8a90 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -518,9 +518,6 @@ tests: - class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderTests method: testLimitConcurrentNodes issue: https://github.com/elastic/elasticsearch/issues/132607 -- class: org.elasticsearch.xpack.test.rest.XPackRestIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/132608 - class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT method: testRevertModelSnapshot_DeleteInterveningResults issue: https://github.com/elastic/elasticsearch/issues/132349