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/14 01:23:38 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_2 64f9c440c -> feec9b53e


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

Branch: refs/heads/branch_6_2
Commit: feec9b53ebdba0b3ff00eee0d98c8a9b9e7e7f65
Parents: 64f9c44
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Sep 14 06:53:17 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Sep 14 06:53:17 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/feec9b53/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 5f1b5da..26d0869 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
@@ -250,7 +250,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.0.1-cfs",
       "6.0.1-nocfs",
       "6.1.0-cfs",
-      "6.1.0-nocfs"
+      "6.1.0-nocfs",
+      "6.2.0-cfs",
+      "6.2.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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