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

lucene-solr:branch_5x: Add 5.5.3 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5x 8045df03d -> f3447f48b


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

Branch: refs/heads/branch_5x
Commit: f3447f48b6b654fb74c118822999467a7f60c3c9
Parents: 8045df0
Author: Anshum Gupta <an...@apache.org>
Authored: Sun Sep 11 14:40:16 2016 -0700
Committer: Anshum Gupta <an...@apache.org>
Committed: Sun Sep 11 14:40:16 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f3447f48/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 30c1903..58c1513 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
@@ -290,7 +290,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.5.1-cfs",
       "5.5.1-nocfs",
       "5.5.2-cfs",
-      "5.5.2-nocfs"
+      "5.5.2-nocfs",
+      "5.5.3-cfs",
+      "5.5.3-nocfs"
   };
   
   final String[] unsupportedNames = {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f3447f48/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..afbd908
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/f3447f48/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..62f1751
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.3-nocfs.zip differ