diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java index 44911dbcc0d..23fac474e19 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java @@ -304,7 +304,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "7.4.0-cfs", "7.4.0-nocfs", "7.5.0-cfs", - "7.5.0-nocfs" + "7.5.0-nocfs", + "7.6.0-cfs", + "7.6.0-nocfs" }; public static String[] getOldNames() { @@ -320,7 +322,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "sorted.7.3.0", "sorted.7.3.1", "sorted.7.4.0", - "sorted.7.5.0" + "sorted.7.5.0", + "sorted.7.6.0" }; public static String[] getOldSortedNames() { diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.6.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.6.0-cfs.zip new file mode 100644 index 00000000000..79fb6541ead Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.6.0-cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.6.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.6.0-nocfs.zip new file mode 100644 index 00000000000..daaee827b64 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.6.0-nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.6.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.6.0.zip new file mode 100644 index 00000000000..f510fced0db Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.6.0.zip differ