You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/09/14 19:42:45 UTC

[2/2] lucene-solr:branch_6x: Add 5.5.3 back compat test indexes

Add 5.5.3 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/375aea82
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/375aea82
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/375aea82

Branch: refs/heads/branch_6x
Commit: 375aea8286b067db99c3f955ec19e1d767715a37
Parents: f87a677
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Thu Sep 15 01:12:09 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Sep 15 01:12:09 2016 +0530

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   2 ++
 .../org/apache/lucene/index/index.5.5.3-cfs.zip    | Bin 0 -> 13726 bytes
 .../org/apache/lucene/index/index.5.5.3-nocfs.zip  | Bin 0 -> 13750 bytes
 3 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/375aea82/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 26d0869..4dc7500 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
@@ -245,6 +245,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.5.1-nocfs",
       "5.5.2-cfs",
       "5.5.2-nocfs",
+      "5.5.3-cfs",
+      "5.5.3-nocfs",
       "6.0.0-cfs",
       "6.0.0-nocfs",
       "6.0.1-cfs",

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/375aea82/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-cfs.zip
new file mode 100644
index 0000000..4d8999c
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/375aea82/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-nocfs.zip
new file mode 100644
index 0000000..d83a12e
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-nocfs.zip differ