From 6859e25252459a4c45fda7eeacf3f1183ab0c940 Mon Sep 17 00:00:00 2001 From: Luigi Dell'Aquila Date: Mon, 9 Sep 2024 14:47:10 +0200 Subject: [PATCH 1/2] ES|QL: Fix function metadata tests --- .../esql/qa/testFixtures/src/main/resources/meta.csv-spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/meta.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/meta.csv-spec index 7e7f69c90028f..cd3ecfc367ddd 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/meta.csv-spec +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/meta.csv-spec @@ -516,5 +516,5 @@ countFunctions#[skip:-8.15.99] meta functions | stats a = count(*), b = count(*), c = count(*) | mv_expand c; a:long | b:long | c:long -116 | 116 | 116 +117 | 117 | 117 ; From 1c295f6c27d85be7fd34a4d31793cac58f86e8b4 Mon Sep 17 00:00:00 2001 From: Luigi Dell'Aquila Date: Mon, 9 Sep 2024 14:53:09 +0200 Subject: [PATCH 2/2] Unmute tests --- muted-tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 98fbbf4e85d50..a9bdfb8d61c96 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -195,15 +195,6 @@ tests: issue: https://github.com/elastic/elasticsearch/issues/112382 - class: org.elasticsearch.xpack.eql.EqlClientYamlIT issue: https://github.com/elastic/elasticsearch/issues/112617 -- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT - method: test {meta.CountFunctions} - issue: https://github.com/elastic/elasticsearch/issues/112659 -- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT - method: test {meta.CountFunctions SYNC} - issue: https://github.com/elastic/elasticsearch/issues/112660 -- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT - method: test {meta.CountFunctions ASYNC} - issue: https://github.com/elastic/elasticsearch/issues/112661 # Examples: #