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 22:03:14 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 312f45685 -> 981180284


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

Branch: refs/heads/master
Commit: 981180284db64daa6102e439ff42b72c964b52df
Parents: 312f456
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Aug 24 18:03:03 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Aug 24 18:03:03 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/98118028/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 03480d7..22b79b4 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
@@ -226,7 +226,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/98118028/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..36b6d83
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/98118028/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..95ae26c
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.0-nocfs.zip differ