Add back-compat indices for 8.11.3

This commit is contained in:
Houston Putman 2024-02-08 19:25:40 -06:00
parent efdbce412a
commit 521c26e4fb
4 changed files with 6 additions and 3 deletions

View File

@ -60,8 +60,9 @@ public abstract class BackwardsCompatibilityTestBase extends LuceneTestCase {
"8.5.2", "8.5.2", "8.6.0", "8.6.0", "8.6.1", "8.6.1", "8.6.2", "8.6.2", "8.6.3", "8.6.3",
"8.7.0", "8.7.0", "8.8.0", "8.8.0", "8.8.1", "8.8.1", "8.8.2", "8.8.2", "8.9.0", "8.9.0",
"8.10.0", "8.10.0", "8.10.1", "8.10.1", "8.11.0", "8.11.0", "8.11.1", "8.11.1", "8.11.2",
"8.11.2", "9.0.0", "9.1.0", "9.2.0", "9.3.0", "9.4.0", "9.4.1", "9.4.2", "9.5.0", "9.6.0",
"9.7.0", "9.8.0", "9.9.0", "9.9.1", "9.9.2", "9.10.0", "10.0.0",
"8.11.2", "8.11.3", "8.11.3", "9.0.0", "9.1.0", "9.2.0", "9.3.0", "9.4.0", "9.4.1",
"9.4.2", "9.5.0", "9.6.0", "9.7.0", "9.8.0", "9.9.0", "9.9.1", "9.9.2", "9.10.0",
"10.0.0",
};
Set<Version> binaryVersions = new HashSet<>();

View File

@ -287,7 +287,9 @@ public class TestAncientIndicesCompatibility extends LuceneTestCase {
"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"
};
/**