Skip to content

Commit f9cf6fb

Browse files
fix multi cluster tests
1 parent 83650e9 commit f9cf6fb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/union_types.csv-spec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,8 +2065,8 @@ FROM date_nanos, date_nanos_union_types
20652065
| LIMIT 4
20662066
;
20672067

2068-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2069-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2068+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2069+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
20702070

20712071
millis:date_nanos | nanos:date_nanos | num:long
20722072
1999-10-23T12:15:03.360103847Z | 2023-01-23T13:55:01.543Z | 0
@@ -2085,8 +2085,8 @@ FROM date_nanos, date_nanos_union_types
20852085
| LIMIT 4
20862086
;
20872087

2088-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2089-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2088+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2089+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
20902090
millis:date_nanos | num:long | nanos:date_nanos
20912091
1999-10-22T12:15:03.360103847Z | 0 | 2023-03-23T12:15:03.360Z
20922092
1999-10-23T12:15:03.360103847Z | 0 | 2023-03-23T12:15:03.360Z
@@ -2104,8 +2104,8 @@ FROM date_nanos, date_nanos_union_types
21042104
| SORT millis
21052105
;
21062106

2107-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2108-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2107+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2108+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
21092109
millis:date_nanos | nanos:date_nanos | num:long
21102110
2023-10-23T12:15:03.360Z | 2023-10-23T12:15:03.360103847Z | 1698063303360103847
21112111
2023-10-23T12:15:03.360Z | 2023-10-23T12:15:03.360103847Z | 1698063303360103847
@@ -2123,8 +2123,8 @@ FROM date_nanos, date_nanos_union_types
21232123
| STATS max = MAX(millis), min = MIN(nanos)
21242124
;
21252125

2126-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2127-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2126+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2127+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
21282128

21292129
max:date_nanos | min:date_nanos
21302130
2023-10-23T13:55:01.543123456Z | 2023-01-23T13:55:01.543Z
@@ -2138,8 +2138,8 @@ FROM date_nanos, date_nanos_union_types
21382138
| STATS c = MV_COUNT(VALUES(nanos))
21392139
;
21402140

2141-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2142-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2141+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2142+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
21432143

21442144
c:integer
21452145
19

0 commit comments

Comments
 (0)