Skip to content

Commit

Permalink
ES|QL: Fix function metadata tests (#112662)
Browse files Browse the repository at this point in the history
Just a race condition while merging two PRs (#112055 and #112350). 

Fixes #112659 Fixes #112660 Fixes #112661
  • Loading branch information
luigidellaquila authored Sep 9, 2024
1 parent 86a3eff commit 903b6dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

0 comments on commit 903b6dd

Please sign in to comment.