Commit 477f0cd
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#1149941 parent e6e147e commit 477f0cd
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | 311 | | |
315 | 312 | | |
316 | 313 | | |
| |||
0 commit comments