Skip to content

Commit

Permalink
Add back-compat indices for 9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Dec 17, 2023
1 parent 08728bf commit f6582ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@ public void testCreateEmptyIndex() throws Exception {
"9.8.0-cfs",
"9.8.0-nocfs",
"9.9.0-cfs",
"9.9.0-nocfs"
"9.9.0-nocfs",
"9.9.1-cfs",
"9.9.1-nocfs"
};

public static String[] getOldNames() {
Expand All @@ -396,7 +398,8 @@ public static String[] getOldNames() {
"sorted.9.6.0",
"sorted.9.7.0",
"sorted.9.8.0",
"sorted.9.9.0"
"sorted.9.9.0",
"sorted.9.9.1"
};

public static String[] getOldSortedNames() {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f6582ce

Please sign in to comment.