Skip to content

Commit 85da28d

Browse files
authored
ESQL: Grow heap attack tests (#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 #121465
1 parent 764e6eb commit 85da28d

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
@@ -391,9 +391,6 @@ tests:
391391
- class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT
392392
method: testStopQueryLocal
393393
issue: https://github.com/elastic/elasticsearch/issues/121672
394-
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
395-
method: testLookupExplosionBigStringManyMatches
396-
issue: https://github.com/elastic/elasticsearch/issues/121465
397394
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
398395
issue: https://github.com/elastic/elasticsearch/issues/121411
399396
- class: org.elasticsearch.transport.InboundHandlerTests

0 commit comments

Comments
 (0)