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

lucene-solr:branch_6x: Add 6.2.0 back compat test indices

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x f6162f3f0 -> daa719996


Add 6.2.0 back compat test indices


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/daa71999
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/daa71999
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/daa71999

Branch: refs/heads/branch_6x
Commit: daa719996dffc998e337c7f5cb8395f46da27398
Parents: f6162f3
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Aug 24 17:56:14 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Aug 24 17:56:14 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/daa71999/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/daa71999/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..1f19fb5
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/daa71999/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..52e4f30
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.0-nocfs.zip differ