You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2016/02/25 02:57:29 UTC

[09/50] [abbrv] lucene-solr git commit: Include 5.5.0 indices in TestBackwardsCompatibility

Include 5.5.0 indices in TestBackwardsCompatibility


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

Branch: refs/heads/jira/SOLR-445
Commit: aef2ff55dd8499a8d5a58d785ca97069c084d179
Parents: 2b3529c
Author: Mike McCandless <mi...@apache.org>
Authored: Sun Feb 21 05:33:25 2016 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Sun Feb 21 05:33:25 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/aef2ff55/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 156f6f8..57b8d2d 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
@@ -233,7 +233,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.4.0-cfs",
       "5.4.0-nocfs",
       "5.4.1-cfs",
-      "5.4.1-nocfs"
+      "5.4.1-nocfs",
+      "5.5.0-cfs",
+      "5.5.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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