Skip to content

Commit fdadf2d

Browse files
authored
ESQL: Grow heap attack tests (elastic#121714) (elastic#121832)
This causes the ESQL heap attack tests to grow their memory usage if they first don't cause a circuit breaking exception. It just tries again with more data. That's slow, but it should stop this from failing quite as much. And it'll give us even more information about failures. Closes elastic#121465
1 parent 4e4f226 commit fdadf2d

File tree

2 files changed

+139
-119
lines changed

2 files changed

+139
-119
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,6 @@ tests:
518518
- class: org.elasticsearch.xpack.ml.packageloader.action.ModelLoaderUtilsTests
519519
method: testSplitIntoRanges
520520
issue: https://github.com/elastic/elasticsearch/issues/121799
521-
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
522-
method: testLookupExplosionBigStringManyMatches
523-
issue: https://github.com/elastic/elasticsearch/issues/121465
524521
- class: org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilderTests
525522
method: testInvalidMaxAnalyzedOffset
526523
issue: https://github.com/elastic/elasticsearch/issues/121361

0 commit comments

Comments
 (0)