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/21 02:59:26 UTC

lucene-solr:master: Add 6.2.1 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/master 003a943d6 -> e0125c99d


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

Branch: refs/heads/master
Commit: e0125c99d2d00d8e3d909ee39a43bb383c50205b
Parents: 003a943
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Sep 21 08:29:12 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Sep 21 08:29:12 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e0125c99/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 028aba1..62cd9cf 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
@@ -228,7 +228,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "6.1.0-cfs",
     "6.1.0-nocfs",
     "6.2.0-cfs",
-    "6.2.0-nocfs"
+    "6.2.0-nocfs",
+    "6.2.1-cfs",
+    "6.2.1-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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