Skip to content

Commit bfe08b4

Browse files
committed
skip heap attack
1 parent eeaf4a5 commit bfe08b4

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ private Map<String, Object> manyEval(int evalLines) throws IOException {
518518
private Response query(String query, String filterPath) throws IOException {
519519
Request request = new Request("POST", "/_query");
520520
request.addParameter("error_trace", "");
521+
request.addParameter("allow_partial_results", Boolean.toString(false));
521522
if (filterPath != null) {
522523
request.addParameter("filter_path", filterPath);
523524
}

0 commit comments

Comments
 (0)