Skip to content

Commit ccc416d

Browse files
authored
Ignore order in LookupMessageFromIndexKeepReordered (#118256)
Fix #118150 Fix #118151 We should also ignore the order for this test, as the output rows are not deterministic in all cases.
1 parent 63ee866 commit ccc416d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,6 @@ tests:
245245
- class: org.elasticsearch.packaging.test.ArchiveTests
246246
method: test41AutoconfigurationNotTriggeredWhenNodeCannotContainData
247247
issue: https://github.com/elastic/elasticsearch/issues/118110
248-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
249-
method: test {lookup-join.LookupMessageFromIndexKeepReordered SYNC}
250-
issue: https://github.com/elastic/elasticsearch/issues/118150
251-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
252-
method: test {lookup-join.LookupMessageFromIndexKeepReordered ASYNC}
253-
issue: https://github.com/elastic/elasticsearch/issues/118151
254248
- class: org.elasticsearch.xpack.remotecluster.CrossClusterEsqlRCS2UnavailableRemotesIT
255249
method: testEsqlRcs2UnavailableRemoteScenarios
256250
issue: https://github.com/elastic/elasticsearch/issues/117419

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ FROM sample_data
283283
| LOOKUP JOIN message_types_lookup ON message
284284
| KEEP type, client_ip, event_duration, message
285285
;
286+
ignoreOrder:true
286287

287288
type:keyword | client_ip:ip | event_duration:long | message:keyword
288289
Success | 172.21.3.15 | 1756467 | Connected to 10.1.0.1

0 commit comments

Comments
 (0)