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 4a746f62f62..1464547824b 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 @@ -169,17 +169,44 @@ public class TestBackwardsCompatibility extends LuceneTestCase { }*/ final static String[] oldNames = { + "40a.cfs", + "40a.nocfs", + "40b.cfs", + "40b.nocfs", "40.cfs", "40.nocfs", "41.cfs", "41.nocfs", "42.cfs", "42.nocfs", + "421.cfs", + "421.nocfs", + "43.cfs", + "43.nocfs", + "431.cfs", + "431.nocfs", + "44.cfs", + "44.nocfs", + // nocommit: WTF IS THIS TODO?! this isnt a TODO, its a NORELEASE // TODO: these are on 4x, but something is wrong (they seem to be a too old DV format): "45.cfs", "45.nocfs", + "451.cfs", + "451.nocfs", + "46.cfs", + "46.nocfs", "461.cfs", "461.nocfs", + "47.cfs", + "47.nocfs", + "471.cfs", + "471.nocfs", + "472.cfs", + "472.nocfs", + "48.cfs", + "48.nocfs", + "481.cfs", + "481.nocfs", "49.cfs", "49.nocfs", "410.cfs", @@ -199,20 +226,46 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "23.nocfs", "24.cfs", "24.nocfs", + "241.cfs", + "241.nocfs", "29.cfs", "29.nocfs", + "291.cfs", + "291.nocfs", + "292.cfs", + "292.nocfs", + "293.cfs", + "293.nocfs", + "294.cfs", + "294.nocfs", "30.cfs", "30.nocfs", + "301.cfs", + "301.nocfs", + "302.cfs", + "302.nocfs", + "303.cfs", + "303.nocfs", "31.cfs", "31.nocfs", "32.cfs", "32.nocfs", + "33.cfs", + "33.nocfs", "34.cfs", - "34.nocfs" + "34.nocfs", + "35.cfs", + "35.nocfs", + "36.cfs", + "36.nocfs", + "361.cfs", + "361.nocfs", + "362.cfs", + "362.nocfs" }; - final static String[] oldSingleSegmentNames = {"40.optimized.cfs", - "40.optimized.nocfs", + final static String[] oldSingleSegmentNames = {"40a.optimized.cfs", + "40a.optimized.nocfs", }; static Map oldIndexDirs; diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.cfs.zip index 4974749098a..3dd1ead641e 100644 Binary files a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.cfs.zip and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.nocfs.zip index 9699080764e..999789a31ff 100644 Binary files a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.nocfs.zip and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.cfs.zip new file mode 100644 index 00000000000..4974749098a Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.nocfs.zip new file mode 100644 index 00000000000..9699080764e Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.optimized.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.optimized.cfs.zip similarity index 100% rename from lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.optimized.cfs.zip rename to lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.optimized.cfs.zip diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.optimized.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.optimized.nocfs.zip similarity index 100% rename from lucene/backward-codecs/src/test/org/apache/lucene/index/index.40.optimized.nocfs.zip rename to lucene/backward-codecs/src/test/org/apache/lucene/index/index.40a.optimized.nocfs.zip diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40b.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40b.cfs.zip new file mode 100644 index 00000000000..f33ef34e584 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40b.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40b.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40b.nocfs.zip new file mode 100644 index 00000000000..ecec878a84e Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.40b.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.421.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.421.cfs.zip new file mode 100644 index 00000000000..9d0b6e052e2 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.421.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.421.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.421.nocfs.zip new file mode 100644 index 00000000000..2e963c672c0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.421.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.43.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.43.cfs.zip new file mode 100644 index 00000000000..59812ee93a0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.43.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.43.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.43.nocfs.zip new file mode 100644 index 00000000000..3fa302328a7 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.43.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.431.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.431.cfs.zip new file mode 100644 index 00000000000..01b66b65074 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.431.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.431.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.431.nocfs.zip new file mode 100644 index 00000000000..dd80b03c8f5 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.431.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.44.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.44.cfs.zip new file mode 100644 index 00000000000..18ed8cab05e Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.44.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.44.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.44.nocfs.zip new file mode 100644 index 00000000000..ad7dead7e3f Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.44.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.451.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.451.cfs.zip new file mode 100644 index 00000000000..68bf61c3ad6 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.451.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.451.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.451.nocfs.zip new file mode 100644 index 00000000000..91ae2ea173b Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.451.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.46.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.46.cfs.zip new file mode 100644 index 00000000000..e1c48015e2b Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.46.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.46.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.46.nocfs.zip new file mode 100644 index 00000000000..758dbf647e6 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.46.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.47.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.47.cfs.zip new file mode 100644 index 00000000000..1d5fe366195 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.47.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.47.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.47.nocfs.zip new file mode 100644 index 00000000000..4a20ef2e4d1 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.47.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.471.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.471.cfs.zip new file mode 100644 index 00000000000..b0eb81cddbe Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.471.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.471.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.471.nocfs.zip new file mode 100644 index 00000000000..4684f077fe1 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.471.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.472.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.472.cfs.zip new file mode 100644 index 00000000000..a7964a6e680 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.472.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.472.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.472.nocfs.zip new file mode 100644 index 00000000000..459341462ad Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.472.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.48.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.48.cfs.zip new file mode 100644 index 00000000000..b05a294b22a Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.48.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.48.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.48.nocfs.zip new file mode 100644 index 00000000000..49831bcf783 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.48.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.481.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.481.cfs.zip new file mode 100644 index 00000000000..3e6afca6edf Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.481.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.481.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.481.nocfs.zip new file mode 100644 index 00000000000..beadd102bec Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.481.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.241.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.241.cfs.zip new file mode 100644 index 00000000000..062eeea3cd8 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.241.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.241.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.241.nocfs.zip new file mode 100644 index 00000000000..9f564ebc51f Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.241.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.291.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.291.cfs.zip new file mode 100644 index 00000000000..ccbd8731a27 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.291.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.291.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.291.nocfs.zip new file mode 100644 index 00000000000..5448a65dce4 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.291.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.292.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.292.cfs.zip new file mode 100644 index 00000000000..88e1439cf97 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.292.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.292.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.292.nocfs.zip new file mode 100644 index 00000000000..d2f886f4b05 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.292.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.293.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.293.cfs.zip new file mode 100644 index 00000000000..0cadd0c3332 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.293.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.293.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.293.nocfs.zip new file mode 100644 index 00000000000..508cc420900 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.293.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.294.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.294.cfs.zip new file mode 100644 index 00000000000..33e0a4e1591 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.294.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.294.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.294.nocfs.zip new file mode 100644 index 00000000000..1977c8ee6d0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.294.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.301.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.301.cfs.zip new file mode 100644 index 00000000000..dfd8df5019e Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.301.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.301.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.301.nocfs.zip new file mode 100644 index 00000000000..1b7e175a127 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.301.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.302.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.302.cfs.zip new file mode 100644 index 00000000000..c6d16c3b4eb Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.302.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.302.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.302.nocfs.zip new file mode 100644 index 00000000000..65cfc5f7c91 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.302.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.303.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.303.cfs.zip new file mode 100644 index 00000000000..1fe5157ef21 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.303.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.303.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.303.nocfs.zip new file mode 100644 index 00000000000..c88bc3179b3 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.303.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.33.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.33.cfs.zip new file mode 100644 index 00000000000..4f57e06d8b8 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.33.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.33.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.33.nocfs.zip new file mode 100644 index 00000000000..71639e1d93e Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.33.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.35.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.35.cfs.zip new file mode 100644 index 00000000000..9d7bb432ee0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.35.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.35.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.35.nocfs.zip new file mode 100644 index 00000000000..0f5781bfcc0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.35.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.36.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.36.cfs.zip new file mode 100644 index 00000000000..4edbc35c0f7 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.36.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.36.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.36.nocfs.zip new file mode 100644 index 00000000000..7caae25445a Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.36.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.361.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.361.cfs.zip new file mode 100644 index 00000000000..da02feceec3 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.361.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.361.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.361.nocfs.zip new file mode 100644 index 00000000000..774ef0923c0 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.361.nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.362.cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.362.cfs.zip new file mode 100644 index 00000000000..f68819ccd7d Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.362.cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.362.nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.362.nocfs.zip new file mode 100644 index 00000000000..277f7938e18 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.362.nocfs.zip differ