Add 8.5.0 back-compat indices

This commit is contained in:
Alan Woodward 2020-03-24 12:38:49 +00:00
parent be5c407715
commit 20abf3e478
4 changed files with 5 additions and 2 deletions

View File

@ -301,7 +301,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.4.0-cfs", "8.4.0-cfs",
"8.4.0-nocfs", "8.4.0-nocfs",
"8.4.1-cfs", "8.4.1-cfs",
"8.4.1-nocfs" "8.4.1-nocfs",
"8.5.0-cfs",
"8.5.0-nocfs"
}; };
public static String[] getOldNames() { public static String[] getOldNames() {
@ -316,7 +318,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.3.0", "sorted.8.3.0",
"sorted.8.3.1", "sorted.8.3.1",
"sorted.8.4.0", "sorted.8.4.0",
"sorted.8.4.1" "sorted.8.4.1",
"sorted.8.5.0"
}; };
public static String[] getOldSortedNames() { public static String[] getOldSortedNames() {