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:46:42 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_5 1b18baf30 -> 88fdc91c2


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

Branch: refs/heads/branch_6_5
Commit: 88fdc91c288adf65860fb52f70d7aafbaeb0163c
Parents: 1b18baf
Author: Jim Ferenczi <ji...@apache.org>
Authored: Thu Apr 27 13:46:32 2017 +0200
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Thu Apr 27 13:46:32 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/88fdc91c/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/88fdc91c/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..5bac404
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/88fdc91c/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..4aa7a90
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip differ