Skip to content

Commit 0e560b4

Browse files
committed
Fix data stream retrieval in DataStreamAndIndexLifecycleMixingTests
These tests had the potential to fail when two consecutive GET data streams requests would hit two different nodes, where one node already had the cluster state that contained the new backing index and the other node didn't yet. Caused by #122852 Fixes #124837 Fixes #124849 Fixes #124850 Fixes #124886 Fixes #125083
1 parent a6f685c commit 0e560b4

File tree

2 files changed

+81
-276
lines changed

2 files changed

+81
-276
lines changed

muted-tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -324,27 +324,15 @@ tests:
324324
- class: org.elasticsearch.common.metrics.ExponentiallyWeightedMovingRateTests
325325
method: testEwmr_threadSafe
326326
issue: https://github.com/elastic/elasticsearch/issues/124692
327-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
328-
method: testUpdateIndexTemplateToDataStreamLifecyclePreference
329-
issue: https://github.com/elastic/elasticsearch/issues/124837
330327
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
331328
method: test {p0=search.vectors/41_knn_search_bbq_hnsw/Test knn search}
332329
issue: https://github.com/elastic/elasticsearch/issues/124848
333-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
334-
method: testUpdateIndexTemplateToMigrateFromDataStreamLifecycleToIlm
335-
issue: https://github.com/elastic/elasticsearch/issues/124849
336-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
337-
method: testUpdateIndexTemplateFromILMtoBothILMAndDataStreamLifecycle
338-
issue: https://github.com/elastic/elasticsearch/issues/124850
339330
- class: org.elasticsearch.datastreams.lifecycle.ExplainDataStreamLifecycleIT
340331
method: testExplainLifecycle
341332
issue: https://github.com/elastic/elasticsearch/issues/124882
342333
- class: org.elasticsearch.datastreams.lifecycle.ExplainDataStreamLifecycleIT
343334
method: testSystemExplainLifecycle
344335
issue: https://github.com/elastic/elasticsearch/issues/124885
345-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
346-
method: testIndexTemplateSwapsILMForDataStreamLifecycle
347-
issue: https://github.com/elastic/elasticsearch/issues/124886
348336
- class: org.elasticsearch.packaging.test.BootstrapCheckTests
349337
method: test20RunWithBootstrapChecks
350338
issue: https://github.com/elastic/elasticsearch/issues/124940
@@ -369,9 +357,6 @@ tests:
369357
- class: org.elasticsearch.packaging.test.DockerTests
370358
method: test011SecurityEnabledStatus
371359
issue: https://github.com/elastic/elasticsearch/issues/124990
372-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
373-
method: testGetDataStreamResponse
374-
issue: https://github.com/elastic/elasticsearch/issues/125083
375360
- class: org.elasticsearch.packaging.test.DockerTests
376361
method: test012SecurityCanBeDisabled
377362
issue: https://github.com/elastic/elasticsearch/issues/116636

0 commit comments

Comments
 (0)