Skip to content

Commit 483377e

Browse files
committed
ESQL: Make a test consistent
Had to sort. Relates to elastic#127199
1 parent ef0a177 commit 483377e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,7 @@ mvStringNotEquals
23372337
FROM mv_text
23382338
| WHERE message != "Connected to 10.1.0.2"
23392339
| KEEP @timestamp, message
2340+
| SORT @timestamp ASC
23402341
;
23412342
warning:Line 2:9: evaluation of [message != \"Connected to 10.1.0.2\"] failed, treating result as null. Only first 20 failures recorded.
23422343
warning:Line 2:9: java.lang.IllegalArgumentException: single-value function encountered multi-value

0 commit comments

Comments
 (0)