You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/04/08 21:19:48 UTC

lucene-solr:branch_6x: adds 6.0.0 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x ddc02603a -> 707960fb2


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

Branch: refs/heads/branch_6x
Commit: 707960fb220d785705bea36c5bb213b3195f807b
Parents: ddc0260
Author: nknize <nk...@apache.org>
Authored: Fri Apr 8 14:19:38 2016 -0500
Committer: nknize <nk...@apache.org>
Committed: Fri Apr 8 14:19:38 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/707960fb/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 6121bca..8e04143 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
@@ -235,7 +235,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.4.1-cfs",
       "5.4.1-nocfs",
       "5.5.0-cfs",
-      "5.5.0-nocfs"
+      "5.5.0-nocfs",
+      "6.0.0-cfs",
+      "6.0.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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