Skip to content

Commit be07607

Browse files
authored
ESQL: Reenable another heap attack (elastic#121572) (elastic#121589)
This one was disabled by a long-closed issue.
1 parent 5ed0397 commit be07607

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)