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.
This commit is contained in:
Nhat Nguyen 2024-03-06 07:46:54 -08:00 committed by GitHub
parent 1fae3e7501
commit d6f91d9b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ package org.elasticsearch.xpack.esql.heap_attack;
import org.apache.http.HttpHost; import org.apache.http.HttpHost;
import org.apache.http.client.config.RequestConfig; import org.apache.http.client.config.RequestConfig;
import org.apache.http.util.EntityUtils; import org.apache.http.util.EntityUtils;
import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.client.Request; import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions; import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.Response; 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 * Tests that run ESQL queries that have, in the past, used so much memory they
* crash Elasticsearch. * crash Elasticsearch.
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105814")
public class HeapAttackIT extends ESRestTestCase { public class HeapAttackIT extends ESRestTestCase {
@ClassRule @ClassRule