Skip to content

Commit a669863

Browse files
authored
ESQL: Simply reenable disabled test (#133838)
org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {csv-spec:inlinestats.EvalBeforeDoubleInlinestats1} got run on version preceding the one it was introduced in. The failure only occured if the planning of a query happened on an older version, not containing the fix the test was testing against. This is why the tests passed. An inline version capability bump should have been introduced along the fix. Meanwhile the inlinestats capability version got bumped, so this situation can no longer occur.
1 parent 9fe97ab commit a669863

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,6 @@ tests:
537537
- class: org.elasticsearch.compute.data.BasicBlockTests
538538
method: testFloatBlock
539539
issue: https://github.com/elastic/elasticsearch/issues/133621
540-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
541-
method: test {csv-spec:inlinestats.EvalBeforeDoubleInlinestats1}
542-
issue: https://github.com/elastic/elasticsearch/issues/133729
543540
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
544541
method: test
545542
issue: https://github.com/elastic/elasticsearch/issues/133077

0 commit comments

Comments
 (0)