Skip to content

Commit

Permalink
Ignore order in LookupMessageFromIndexKeepReordered (elastic#118256)
Browse files Browse the repository at this point in the history
Fix elastic#118150 Fix elastic#118151

We should also ignore the order for this test, as the output rows are
not deterministic in all cases.

(cherry picked from commit ccc416d)

# Conflicts:
#	muted-tests.yml
  • Loading branch information
alex-spies committed Dec 9, 2024
1 parent 1e62d47 commit 7ab1eaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ FROM sample_data
| LOOKUP JOIN message_types_lookup ON message
| KEEP type, client_ip, event_duration, message
;
ignoreOrder:true

type:keyword | client_ip:ip | event_duration:long | message:keyword
Success | 172.21.3.15 | 1756467 | Connected to 10.1.0.1
Expand Down

0 comments on commit 7ab1eaa

Please sign in to comment.