mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
ES|QL: Unmute generative tests (#130081)
Add circuit breaker exceptions to known errors in generative tests
This commit is contained in:
parent
21180dfd8d
commit
9e06a22398
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue