Skip to content

Commit 477f0cd

Browse files
authored
Use pattern in wipeAllIndices and unmute testUpgradeMovesRepoToNewMetaVersion (elastic#115232)
The inference index added to the delete index call doesn't exist in all 8.x versions. AFAICT, since this is not a pattern, the wipeAllIndices call fails since it is not able to find that index. Using a wildcard instead seems to resolve the issue. Closes elastic#114994
1 parent e6e147e commit 477f0cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ tests:
308308
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
309309
method: testInferDeploysDefaultElser
310310
issue: https://github.com/elastic/elasticsearch/issues/114913
311-
- class: org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT
312-
method: testUpgradeMovesRepoToNewMetaVersion
313-
issue: https://github.com/elastic/elasticsearch/issues/114994
314311
- class: org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT
315312
method: testReadOnlyRepo
316313
issue: https://github.com/elastic/elasticsearch/issues/114997

0 commit comments

Comments
 (0)