Skip to content

Commit

Permalink
Add back-compat indices for 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Dec 13, 2023
1 parent 7e0386e commit eee32cb
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 @@ -426,7 +426,9 @@ public void testCreateEmptyIndex() throws Exception {
"9.7.0-cfs",
"9.7.0-nocfs",
"9.8.0-cfs",
"9.8.0-nocfs"
"9.8.0-nocfs",
"9.9.0-cfs",
"9.9.0-nocfs"
};

public static String[] getOldNames() {
Expand Down Expand Up @@ -469,7 +471,8 @@ public static String[] getOldNames() {
"sorted.9.5.0",
"sorted.9.6.0",
"sorted.9.7.0",
"sorted.9.8.0"
"sorted.9.8.0",
"sorted.9.9.0"
};

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

0 comments on commit eee32cb

Please sign in to comment.