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 d5dcd9ade8f..d357d741de0 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 @@ -238,6 +238,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "5.5.0-nocfs", "5.5.1-cfs", "5.5.1-nocfs", + "5.5.2-cfs", + "5.5.2-nocfs", "6.0.0-cfs", "6.0.0-nocfs", "6.0.1-cfs", diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-cfs.zip new file mode 100644 index 00000000000..10a591a954c Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-nocfs.zip new file mode 100644 index 00000000000..c90fa5ed775 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-nocfs.zip differ