|
@@ -166,7 +166,7 @@ public class HeapAttackIT extends ESRestTestCase {
|
|
|
"error",
|
|
|
matchesMap().extraOk()
|
|
|
.entry("bytes_wanted", greaterThan(1000))
|
|
|
- .entry("reason", matchesRegex("\\[request] Data too large, data for \\[topn] would .+"))
|
|
|
+ .entry("reason", matchesRegex("\\[request] Data too large, data for \\[(topn|esql_block_factory)] would .+"))
|
|
|
.entry("durability", "TRANSIENT")
|
|
|
.entry("type", "circuit_breaking_exception")
|
|
|
.entry("bytes_limit", greaterThan(1000))
|