Skip to content

Commit b6fe2bf

Browse files
Fix tests broken because future not completed during cleanup (#121782) (#121820)
A future.actionGet was missing from the delete pipeline action execution in the test cleanup, causing all tests to fail intermittently. Also replace actionGet with safeGet. (cherry picked from commit 0f6b80a) # Conflicts: # muted-tests.yml # x-pack/plugin/migrate/src/internalClusterTest/java/org/elasticsearch/xpack/migrate/action/ReindexDatastreamIndexTransportActionIT.java
1 parent e825825 commit b6fe2bf

File tree

2 files changed

+92
-96
lines changed

2 files changed

+92
-96
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,6 @@ tests:
350350
- class: org.elasticsearch.reservedstate.service.RepositoriesFileSettingsIT
351351
method: testSettingsApplied
352352
issue: https://github.com/elastic/elasticsearch/issues/116694
353-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
354-
method: test {p0=migrate/20_reindex_status/Test Reindex With Existing Data Stream}
355-
issue: https://github.com/elastic/elasticsearch/issues/118576
356353
- class: org.elasticsearch.discovery.ec2.DiscoveryEc2AvailabilityZoneAttributeNoImdsIT
357354
method: testAvailabilityZoneAttribute
358355
issue: https://github.com/elastic/elasticsearch/issues/118564
@@ -518,9 +515,6 @@ tests:
518515
- class: org.elasticsearch.xpack.ml.integration.ClassificationIT
519516
method: testWithOnlyTrainingRowsAndTrainingPercentIsHundred
520517
issue: https://github.com/elastic/elasticsearch/issues/121368
521-
- class: org.elasticsearch.xpack.migrate.action.ReindexDatastreamIndexTransportActionIT
522-
method: testFailIfMetadataBlockSet
523-
issue: https://github.com/elastic/elasticsearch/issues/121774
524518
- class: org.elasticsearch.xpack.ml.packageloader.action.ModelLoaderUtilsTests
525519
method: testSplitIntoRanges
526520
issue: https://github.com/elastic/elasticsearch/issues/121799

0 commit comments

Comments
 (0)