Add back-compat indices for 8.6.1

This commit is contained in:
Houston Putman 2020-08-14 16:58:43 -04:00
parent c7b70267b8
commit 6fced2e1e1
4 changed files with 5 additions and 2 deletions

View File

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