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:57:10 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x aeb1a173c -> df1a2180a


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

Branch: refs/heads/branch_6x
Commit: df1a2180a158f02091fe971c04d879bff610a5c0
Parents: aeb1a17
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Sep 21 08:26:46 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Sep 21 08:26:46 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/df1a2180/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 4dc7500..915b102 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
@@ -254,7 +254,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/df1a2180/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..667d658
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/df1a2180/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..e337067
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-nocfs.zip differ