Skip to content

Commit 77fa648

Browse files
[9.0] Fix reindex yaml test (#126942) (#126957)
* Fix reindex yaml test (#126942) Reindex task may not have completed by time status is called, so remove assertion that relies on this. Following assertions are set in the action which starts task, so will be correct whether or not task has completed. * unmute test
1 parent 4ebdb8a commit 77fa648

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ tests:
253253
- class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ParseIpTests
254254
method: testLeadingZerosAreOctal {TestCase[str=v4, validLeadingZerosRejected=true, validLeadingZerosAreDecimal=true, validLeadingZerosAreOctal=true]}
255255
issue: https://github.com/elastic/elasticsearch/issues/126496
256-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
257-
method: test {p0=migrate/20_reindex_status/Test Reindex With Existing Data Stream}
258-
issue: https://github.com/elastic/elasticsearch/issues/126769
259256
- class: org.elasticsearch.upgrades.LogsIndexModeFullClusterRestartIT
260257
method: testLogsIndexing {cluster=UPGRADED}
261258
issue: https://github.com/elastic/elasticsearch/issues/126967

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/20_reindex_status.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ setup:
6060
- do:
6161
indices.get_migrate_reindex_status:
6262
index: "my-data-stream"
63-
- match: { complete: true }
6463
- match: { total_indices_in_data_stream: 1 }
6564
- match: { total_indices_requiring_upgrade: 0 }
6665
- match: { successes: 0 }

0 commit comments

Comments
 (0)