You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/25 18:52:54 UTC

[03/28] lucene-solr:branch_5x: Add 5.5.2 back compat test indexes

Add 5.5.2 back compat test indexes


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1de1af93
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1de1af93
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1de1af93

Branch: refs/heads/branch_5x
Commit: 1de1af936c24488972adb4370f65bcd8558fc2f6
Parents: 84ca5d2
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Jun 25 11:19:40 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Jun 25 11:19:40 2016 -0400

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   4 +++-
 .../org/apache/lucene/index/index.5.5.2-cfs.zip    | Bin 0 -> 13742 bytes
 .../org/apache/lucene/index/index.5.5.2-nocfs.zip  | Bin 0 -> 13757 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1de1af93/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
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 9599a96..30c1903 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
@@ -288,7 +288,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.5.0-cfs",
       "5.5.0-nocfs",
       "5.5.1-cfs",
-      "5.5.1-nocfs"
+      "5.5.1-nocfs",
+      "5.5.2-cfs",
+      "5.5.2-nocfs"
   };
   
   final String[] unsupportedNames = {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1de1af93/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-cfs.zip
----------------------------------------------------------------------
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 0000000..b83430e
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1de1af93/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-nocfs.zip
----------------------------------------------------------------------
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 0000000..2038a2b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-nocfs.zip differ