Skip to content

Commit

Permalink
Add back-compat indices for 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romseygeek committed May 10, 2023
1 parent cf2dfd2 commit 8e726f7
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 @@ -419,7 +419,9 @@ public void testCreateEmptyIndex() throws Exception {
"9.4.2-cfs",
"9.4.2-nocfs",
"9.5.0-cfs",
"9.5.0-nocfs"
"9.5.0-nocfs",
"9.6.0-cfs",
"9.6.0-nocfs"
};

public static String[] getOldNames() {
Expand Down Expand Up @@ -459,7 +461,8 @@ public static String[] getOldNames() {
"sorted.9.4.0",
"sorted.9.4.1",
"sorted.9.4.2",
"sorted.9.5.0"
"sorted.9.5.0",
"sorted.9.6.0"
};

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

0 comments on commit 8e726f7

Please sign in to comment.