Skip to content

Commit 5c3d118

Browse files
authored
Unmute HeapAttack tests (#102942)
This PR re-enables two more heap attack tests. I have run more than 100 iterations with these tests without hitting any failures.
1 parent 1617a8d commit 5c3d118

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/esql/qa/server/heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/heap_attack

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/qa/server/heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/heap_attack/HeapAttackIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public void testGroupOnSomeLongs() throws IOException {
113113
/**
114114
* This groups on 5000 columns which used to throw a {@link StackOverflowError}.
115115
*/
116-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100640")
117116
public void testGroupOnManyLongs() throws IOException {
118117
initManyLongs();
119118
Map<?, ?> map = XContentHelper.convertToMap(
@@ -182,7 +181,6 @@ private Response concat(int evals) throws IOException {
182181
/**
183182
* Returns many moderately long strings.
184183
*/
185-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100678")
186184
public void testManyConcat() throws IOException {
187185
initManyLongs();
188186
Map<?, ?> map = XContentHelper.convertToMap(JsonXContent.jsonXContent, EntityUtils.toString(manyConcat(300).getEntity()), false);

0 commit comments

Comments
 (0)