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.
  • Loading branch information
alex-spies authored Dec 9, 2024
1 parent 63ee866 commit ccc416d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,6 @@ tests:
- class: org.elasticsearch.packaging.test.ArchiveTests
method: test41AutoconfigurationNotTriggeredWhenNodeCannotContainData
issue: https://github.com/elastic/elasticsearch/issues/118110
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {lookup-join.LookupMessageFromIndexKeepReordered SYNC}
issue: https://github.com/elastic/elasticsearch/issues/118150
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {lookup-join.LookupMessageFromIndexKeepReordered ASYNC}
issue: https://github.com/elastic/elasticsearch/issues/118151
- class: org.elasticsearch.xpack.remotecluster.CrossClusterEsqlRCS2UnavailableRemotesIT
method: testEsqlRcs2UnavailableRemoteScenarios
issue: https://github.com/elastic/elasticsearch/issues/117419
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,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 ccc416d

Please sign in to comment.