Skip to content

Commit ff5c8b3

Browse files
nik9000fzowl
authored andcommitted
ESQL: Reenable another heap attack (elastic#121572)
This one was disabled by a long-closed issue.
1 parent e511796 commit ff5c8b3

File tree

1 file changed

+0
-1
lines changed
  • test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack

1 file changed

+0
-1
lines changed

test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ public void testFetchMvLongs() throws IOException {
615615
assertMap(map, matchesMap().entry("columns", columns));
616616
}
617617

618-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106683")
619618
public void testFetchTooManyMvLongs() throws IOException {
620619
initMvLongsIndex(500, 100, 1000);
621620
assertCircuitBreaks(() -> fetchMvLongs());

0 commit comments

Comments
 (0)