Skip to content

Commit 3d9a7ab

Browse files
authored
Fix data stream retrieval in DataStreamAndIndexLifecycleMixingTests (#125609)
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 6503c1b commit 3d9a7ab

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,21 +324,9 @@ 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
339-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
340-
method: testIndexTemplateSwapsILMForDataStreamLifecycle
341-
issue: https://github.com/elastic/elasticsearch/issues/124886
342330
- class: org.elasticsearch.packaging.test.BootstrapCheckTests
343331
method: test20RunWithBootstrapChecks
344332
issue: https://github.com/elastic/elasticsearch/issues/124940
@@ -360,9 +348,6 @@ tests:
360348
- class: org.elasticsearch.packaging.test.DockerTests
361349
method: test011SecurityEnabledStatus
362350
issue: https://github.com/elastic/elasticsearch/issues/124990
363-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
364-
method: testGetDataStreamResponse
365-
issue: https://github.com/elastic/elasticsearch/issues/125083
366351
- class: org.elasticsearch.packaging.test.DockerTests
367352
method: test012SecurityCanBeDisabled
368353
issue: https://github.com/elastic/elasticsearch/issues/116636

0 commit comments

Comments
 (0)