You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ public void testSortByManyLongsTooMuchMemoryAsync() throws IOException {
166
166
"error",
167
167
matchesMap().extraOk()
168
168
.entry("bytes_wanted", greaterThan(1000))
169
-
.entry("reason", matchesRegex("\\[request] Data too large, data for \\[topn] would .+"))
169
+
.entry("reason", matchesRegex("\\[request] Data too large, data for \\[(topn|esql_block_factory)] would .+"))
0 commit comments