From d6f91d9b21eed2b7a0df412e82a232f96efff70a Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Wed, 6 Mar 2024 07:46:54 -0800 Subject: [PATCH] Reenable heap attack tests (#105939) I have fixed the recent failures of this suite. We should re-enable this module and keep an eye on it. --- .../org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java b/test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java index bb3617b178a5..8c87ef597711 100644 --- a/test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java +++ b/test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java @@ -10,7 +10,6 @@ package org.elasticsearch.xpack.esql.heap_attack; import org.apache.http.HttpHost; import org.apache.http.client.config.RequestConfig; import org.apache.http.util.EntityUtils; -import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.client.Request; import org.elasticsearch.client.RequestOptions; import org.elasticsearch.client.Response; @@ -58,7 +57,6 @@ import static org.hamcrest.Matchers.hasSize; * Tests that run ESQL queries that have, in the past, used so much memory they * crash Elasticsearch. */ -@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105814") public class HeapAttackIT extends ESRestTestCase { @ClassRule