Skip to content

Commit b2fb600

Browse files
Fix tests broken because future not completed during cleanup (elastic#121782) (elastic#121817)
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 f7bd10b commit b2fb600

File tree

2 files changed

+92
-93
lines changed

2 files changed

+92
-93
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,6 @@ tests:
531531
- class: org.elasticsearch.xpack.esql.action.CrossClustersCancellationIT
532532
method: testCancelSkipUnavailable
533533
issue: https://github.com/elastic/elasticsearch/issues/121631
534-
- class: org.elasticsearch.xpack.migrate.action.ReindexDatastreamIndexTransportActionIT
535-
method: testTimestamp0AddedIfMissing
536-
issue: https://github.com/elastic/elasticsearch/issues/121745
537534
- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
538535
method: test {yaml=reference/rest-api/common-options/line_102}
539536
issue: https://github.com/elastic/elasticsearch/issues/121748

0 commit comments

Comments
 (0)