You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/04/27 11:50:25 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x d9e30bed5 -> 2fa2b8709


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

Branch: refs/heads/branch_6x
Commit: 2fa2b8709af814cc6264d6cdc626c35847033e70
Parents: d9e30be
Author: Jim Ferenczi <ji...@apache.org>
Authored: Thu Apr 27 13:50:05 2017 +0200
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Thu Apr 27 13:50:05 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2fa2b870/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 cc11338..ca2df16 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
@@ -327,7 +327,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.4.2-cfs",
       "6.4.2-nocfs",
       "6.5.0-cfs",
-      "6.5.0-nocfs"
+      "6.5.0-nocfs",
+      "6.5.1-cfs",
+      "6.5.1-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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