Skip to content

Commit

Permalink
ESQL: Grow heap attack tests (elastic#121714)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nik9000 committed Feb 5, 2025
1 parent e825825 commit cb87e97
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 119 deletions.
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,6 @@ tests:
- class: org.elasticsearch.xpack.ml.packageloader.action.ModelLoaderUtilsTests
method: testSplitIntoRanges
issue: https://github.com/elastic/elasticsearch/issues/121799
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
method: testLookupExplosionBigStringManyMatches
issue: https://github.com/elastic/elasticsearch/issues/121465
- class: org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilderTests
method: testInvalidMaxAnalyzedOffset
issue: https://github.com/elastic/elasticsearch/issues/121361
Loading

0 comments on commit cb87e97

Please sign in to comment.