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 e2bf98f6ad4..442ae7355fa 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 @@ -334,13 +334,18 @@ public class TestBackwardsCompatibility extends LuceneTestCase { } } - static final String[] oldNames = {"9.0.0-cfs", "9.0.0-nocfs"}; + static final String[] oldNames = { + "9.0.0-cfs", // Force on separate lines + "9.0.0-nocfs", + }; public static String[] getOldNames() { return oldNames; } - static final String[] oldSortedNames = {"sorted.9.0.0"}; + static final String[] oldSortedNames = { + "sorted.9.0.0", // Force on separate lines + }; public static String[] getOldSortedNames() { return oldSortedNames; @@ -590,6 +595,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "8.10.1-nocfs", "8.11.0-cfs", "8.11.0-nocfs", + "8.11.1-cfs", + "8.11.1-nocfs" }; static final int MIN_BINARY_SUPPORTED_MAJOR = Version.MIN_SUPPORTED_MAJOR - 1; diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.8.11.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.8.11.1-cfs.zip new file mode 100644 index 00000000000..7bae78155d0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.8.11.1-cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.8.11.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.8.11.1-nocfs.zip new file mode 100644 index 00000000000..e5edb182e44 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.8.11.1-nocfs.zip differ