Skip to content

Commit 9e06a22

Browse files
ES|QL: Unmute generative tests (elastic#130081)
Add circuit breaker exceptions to known errors in generative tests
1 parent 21180df commit 9e06a22

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
@@ -545,9 +545,6 @@ tests:
545545
- class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT
546546
method: testLuceneVersionConstant
547547
issue: https://github.com/elastic/elasticsearch/issues/125638
548-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
549-
method: test
550-
issue: https://github.com/elastic/elasticsearch/issues/129819
551548
- class: org.elasticsearch.index.store.FsDirectoryFactoryTests
552549
method: testPreload
553550
issue: https://github.com/elastic/elasticsearch/issues/129852

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
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
5252
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
53+
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
5354

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

0 commit comments

Comments
 (0)