Skip to content

Commit 0f6b80a

Browse files
Fix tests broken because future not completed during cleanup (#121782)
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.
1 parent 95e4907 commit 0f6b80a

File tree

2 files changed

+100
-95
lines changed

2 files changed

+100
-95
lines changed

muted-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ tests:
396396
issue: https://github.com/elastic/elasticsearch/issues/121465
397397
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
398398
issue: https://github.com/elastic/elasticsearch/issues/121411
399-
- class: org.elasticsearch.xpack.migrate.action.ReindexDatastreamIndexTransportActionIT
400-
issue: https://github.com/elastic/elasticsearch/issues/121737
401399

402400
# Examples:
403401
#

0 commit comments

Comments
 (0)