We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abdbd0 commit 951889eCopy full SHA for 951889e
test/framework/src/main/java/org/elasticsearch/test/BreakerTestUtil.java
@@ -53,7 +53,7 @@ public static <E extends Exception> ByteSizeValue findBreakerLimit(ByteSizeValue
53
try {
54
c.accept(onePastLimit);
55
} catch (CircuitBreakingException e) {
56
- throw new IllegalArgumentException("expected runnable to break under a limit of " + onePastLimit + " bytes");
+ throw new IllegalArgumentException("expected runnable to *not* break under a limit of " + onePastLimit + " bytes");
57
}
58
return limit;
59
0 commit comments