Skip to content

Commit

Permalink
Mute failing EsqlSpecIT ints.WarningWithFromSource (#102303)
Browse files Browse the repository at this point in the history
Mute failing EsqlSpecIT test `ints.WarningWithFromSource`.

Related: #100163
  • Loading branch information
bpintea authored Nov 16, 2023
1 parent 80613f2 commit ac3f23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ ROW deg = [90, 180, 270]
[90, 180, 270] | [1.5707963267948966, 3.141592653589793, 4.71238898038469]
;

warningWithFromSource#[skip:-8.11.99, reason:ql exceptions were updated in 8.12]
warningWithFromSource-Ignore
from employees | sort emp_no | limit 1 | eval x = to_long(emp_no) * 10000000 | eval y = to_int(x) > 1 | keep y;
warning:Line 1:89: evaluation of [to_int(x)] failed, treating result as null. Only first 20 failures recorded.
warning:Line 1:89: org.elasticsearch.xpack.ql.InvalidArgumentException: [100010000000] out of [integer] range
Expand Down

0 comments on commit ac3f23d

Please sign in to comment.