Skip to content

Commit

Permalink
Add back-compat indices for 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Jun 26, 2023
1 parent 590b9bc commit 90cdd10
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 @@ -421,7 +421,9 @@ public void testCreateEmptyIndex() throws Exception {
"9.5.0-cfs",
"9.5.0-nocfs",
"9.6.0-cfs",
"9.6.0-nocfs"
"9.6.0-nocfs",
"9.7.0-cfs",
"9.7.0-nocfs"
};

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

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

0 comments on commit 90cdd10

Please sign in to comment.