Skip to content

Commit 9041519

Browse files
ES|QL: add known error to generative tests for 'blocks is empty'
1 parent 6dae5a0 commit 9041519

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
@@ -363,9 +363,6 @@ tests:
363363
- class: org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT
364364
method: testIndexingStandardSource
365365
issue: https://github.com/elastic/elasticsearch/issues/143017
366-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
367-
method: test
368-
issue: https://github.com/elastic/elasticsearch/issues/143023
369366

370367
# Examples:
371368
#

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
@@ -71,6 +71,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query
7171
"can't find input for", // https://github.com/elastic/elasticsearch/issues/136596
7272
"out of bounds for length", // https://github.com/elastic/elasticsearch/issues/136851
7373
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/138231
74+
"blocks is empty", // https://github.com/elastic/elasticsearch/issues/142473
7475

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

0 commit comments

Comments
 (0)