Skip to content

Commit cb87e97

Browse files
committed
ESQL: Grow heap attack tests (elastic#121714)
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 e825825 commit cb87e97

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
@@ -524,9 +524,6 @@ tests:
524524
- class: org.elasticsearch.xpack.ml.packageloader.action.ModelLoaderUtilsTests
525525
method: testSplitIntoRanges
526526
issue: https://github.com/elastic/elasticsearch/issues/121799
527-
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
528-
method: testLookupExplosionBigStringManyMatches
529-
issue: https://github.com/elastic/elasticsearch/issues/121465
530527
- class: org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilderTests
531528
method: testInvalidMaxAnalyzedOffset
532529
issue: https://github.com/elastic/elasticsearch/issues/121361

0 commit comments

Comments
 (0)