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/20 21:07:02 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_2 595745b72 -> 100b50f23


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

Branch: refs/heads/branch_6_2
Commit: 100b50f232ea517fcb12eee70012624c06255695
Parents: 595745b
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Sep 21 02:36:50 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Sep 21 02:36:50 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/100b50f2/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/100b50f2/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..e0977f5
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/100b50f2/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..b765a76
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-nocfs.zip differ