Skip to content

Commit 84b7008

Browse files
ES|QL: disable INLINE STATS generative tests
1 parent efd41c5 commit 84b7008

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ tests:
582582
- class: org.elasticsearch.xpack.esql.expression.function.aggregate.IrateTests
583583
method: testGroupingAggregate {TestCase=<positive longs>}
584584
issue: https://github.com/elastic/elasticsearch/issues/135775
585-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
586-
method: test
587-
issue: https://github.com/elastic/elasticsearch/issues/135787
588585
- class: org.elasticsearch.xpack.esql.expression.function.aggregate.IrateTests
589586
method: testGroupingAggregate {TestCase=<positive ints>}
590587
issue: https://github.com/elastic/elasticsearch/issues/135814
@@ -594,9 +591,6 @@ tests:
594591
- class: org.elasticsearch.xpack.esql.expression.function.aggregate.IrateTests
595592
method: testGroupingAggregate {TestCase=<big positive doubles>}
596593
issue: https://github.com/elastic/elasticsearch/issues/135756
597-
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
598-
method: test
599-
issue: https://github.com/elastic/elasticsearch/issues/135787
600594
- class: org.elasticsearch.xpack.logsdb.qa.BulkDynamicMappingChallengeRestIT
601595
method: testMatchAllQuery
602596
issue: https://github.com/elastic/elasticsearch/issues/135820

x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/generator/EsqlQueryGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import org.elasticsearch.xpack.esql.generator.command.pipe.EvalGenerator;
1818
import org.elasticsearch.xpack.esql.generator.command.pipe.ForkGenerator;
1919
import org.elasticsearch.xpack.esql.generator.command.pipe.GrokGenerator;
20-
import org.elasticsearch.xpack.esql.generator.command.pipe.InlineStatsGenerator;
2120
import org.elasticsearch.xpack.esql.generator.command.pipe.KeepGenerator;
2221
import org.elasticsearch.xpack.esql.generator.command.pipe.LimitGenerator;
2322
import org.elasticsearch.xpack.esql.generator.command.pipe.LookupJoinGenerator;
@@ -70,7 +69,8 @@ public class EsqlQueryGenerator {
7069
ForkGenerator.INSTANCE,
7170
GrokGenerator.INSTANCE,
7271
KeepGenerator.INSTANCE,
73-
InlineStatsGenerator.INSTANCE,
72+
// awaits fix for https://github.com/elastic/elasticsearch/issues/135679
73+
// InlineStatsGenerator.INSTANCE,
7474
LimitGenerator.INSTANCE,
7575
LookupJoinGenerator.INSTANCE,
7676
MvExpandGenerator.INSTANCE,

0 commit comments

Comments
 (0)