Skip to content

Commit 1a671e5

Browse files
committed
sort ip test to keep consistent
1 parent 5ff4fe5 commit 1a671e5

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@ convertFromStringFancy
301301
required_capability: to_ip_leading_zeros
302302
FROM logs
303303
| KEEP @timestamp, system, message
304+
| SORT @timestamp
304305
| LIMIT 4
305306
| EVAL client = CASE(
306307
system == "ping",
307308
TO_IP(REPLACE(message, "Pinging ", ""), {"leading_zeros": "octal"}),
308309
system == "java" AND STARTS_WITH(message, "Doing java stuff for "),
309310
TO_IP(REPLACE(message, "Doing java stuff for ", ""), {"leading_zeros": "decimal"}))
310-
| SORT @timestamp
311311
;
312312

313313
@timestamp:datetime | system:keyword | message:text | client:ip

0 commit comments

Comments
 (0)