Skip to content

Commit

Permalink
Add back-compat indices for 8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Feb 9, 2024
1 parent 68dd50e commit 9ebfd2b
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 @@ -369,7 +369,9 @@ public void testCreateEmptyIndex() throws Exception {
"8.11.1-cfs",
"8.11.1-nocfs",
"8.11.2-cfs",
"8.11.2-nocfs"
"8.11.2-nocfs",
"8.11.3-cfs",
"8.11.3-nocfs"
};

public static String[] getOldNames() {
Expand Down Expand Up @@ -415,7 +417,8 @@ public static String[] getOldNames() {
"sorted.8.10.1",
"sorted.8.11.0",
"sorted.8.11.1",
"sorted.8.11.2"
"sorted.8.11.2",
"sorted.8.11.3"
};

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

0 comments on commit 9ebfd2b

Please # to comment.