Add back-compat indices for 8.6.0

This commit is contained in:
Bruno Roustant 2020-07-15 16:53:51 +02:00
parent efb936b787
commit 522c146da5
No known key found for this signature in database
GPG Key ID: CD28DABB95360525
4 changed files with 5 additions and 2 deletions

View File

@ -307,7 +307,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.5.1-cfs",
"8.5.1-nocfs",
"8.5.2-cfs",
"8.5.2-nocfs"
"8.5.2-nocfs",
"8.6.0-cfs",
"8.6.0-nocfs"
};
public static String[] getOldNames() {
@ -325,7 +327,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.4.1",
"sorted.8.5.0",
"sorted.8.5.1",
"sorted.8.5.2"
"sorted.8.5.2",
"sorted.8.6.0"
};
public static String[] getOldSortedNames() {