Skip to content

Commit c9d5076

Browse files
ES|QL: fix generative test (#131515)
1 parent 8682c18 commit c9d5076

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,6 @@ tests:
469469
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
470470
method: testFromEvalStats
471471
issue: https://github.com/elastic/elasticsearch/issues/131503
472-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
473-
method: test
474-
issue: https://github.com/elastic/elasticsearch/issues/131508
475472
- class: org.elasticsearch.xpack.downsample.DownsampleWithBasicRestIT
476473
method: test {p0=downsample-with-security/10_basic/Downsample index}
477474
issue: https://github.com/elastic/elasticsearch/issues/131513

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
5050
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
5151
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
5252
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
53+
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/131509
5354

5455
// Awaiting fixes for correctness
5556
"Expecting at most \\[.*\\] columns, got \\[.*\\]" // https://github.com/elastic/elasticsearch/issues/129561

0 commit comments

Comments
 (0)