Skip to content

Commit 903b6dd

Browse files
ES|QL: Fix function metadata tests (#112662)
Just a race condition while merging two PRs (#112055 and #112350). Fixes #112659 Fixes #112660 Fixes #112661
1 parent 86a3eff commit 903b6dd

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
@@ -195,15 +195,6 @@ tests:
195195
issue: https://github.com/elastic/elasticsearch/issues/112382
196196
- class: org.elasticsearch.xpack.eql.EqlClientYamlIT
197197
issue: https://github.com/elastic/elasticsearch/issues/112617
198-
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
199-
method: test {meta.CountFunctions}
200-
issue: https://github.com/elastic/elasticsearch/issues/112659
201-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
202-
method: test {meta.CountFunctions SYNC}
203-
issue: https://github.com/elastic/elasticsearch/issues/112660
204-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
205-
method: test {meta.CountFunctions ASYNC}
206-
issue: https://github.com/elastic/elasticsearch/issues/112661
207198

208199
# Examples:
209200
#

x-pack/plugin/esql/qa/testFixtures/src/main/resources/meta.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,5 +516,5 @@ countFunctions#[skip:-8.15.99]
516516
meta functions | stats a = count(*), b = count(*), c = count(*) | mv_expand c;
517517

518518
a:long | b:long | c:long
519-
116 | 116 | 116
519+
117 | 117 | 117
520520
;

0 commit comments

Comments
 (0)