ES|QL: Unmute generative tests (#130081)

Add circuit breaker exceptions to known errors in generative tests
This commit is contained in:
Luigi Dell'Aquila 2025-06-26 12:44:30 +02:00 committed by GitHub
parent 21180dfd8d
commit 9e06a22398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -545,9 +545,6 @@ tests:
- class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT
method: testLuceneVersionConstant
issue: https://github.com/elastic/elasticsearch/issues/125638
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/129819
- class: org.elasticsearch.index.store.FsDirectoryFactoryTests
method: testPreload
issue: https://github.com/elastic/elasticsearch/issues/129852

View file

@ -50,6 +50,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
// Awaiting fixes for correctness
"Expecting the following columns \\[.*\\], got", // https://github.com/elastic/elasticsearch/issues/129000