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: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/RepeatStaticTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ public void testTooBig() {
56
56
Stringrepeated = process(str, number);
57
57
assertNull(repeated);
58
58
assertWarnings(
59
-
"Line 1:1: java.lang.IllegalArgumentException: Creating repeated strings with more than [1048576] bytes is not supported",
60
-
"Line 1:1: evaluation of [source] failed, treating result as null. Only first 20 failures recorded."
59
+
"Line -1:-1: java.lang.IllegalArgumentException: Creating repeated strings with more than [1048576] bytes is not supported",
60
+
"Line -1:-1: evaluation of [] failed, treating result as null. Only first 20 failures recorded."
0 commit comments