diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java index f5827058b1b..ecc3b2ae911 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java @@ -374,7 +374,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "8.9.0-cfs", "8.9.0-nocfs", "8.10.0-cfs", - "8.10.0-nocfs" + "8.10.0-nocfs", + "8.10.1-cfs", + "8.10.1-nocfs" }; public static String[] getOldNames() { @@ -402,7 +404,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "sorted.8.8.0", "sorted.8.8.1", "sorted.8.8.2", - "sorted.8.9.0" + "sorted.8.9.0", + "sorted.8.10.1" }; public static String[] getOldSortedNames() { diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-cfs.zip new file mode 100644 index 00000000000..57825594d0f Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-nocfs.zip new file mode 100644 index 00000000000..40e6e17ff9a Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.10.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.10.1.zip new file mode 100644 index 00000000000..9b949bd8fd5 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.10.1.zip differ