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/01/23 08:44:58 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x b808ee609 -> 2e4c2a2f9


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

Branch: refs/heads/branch_6x
Commit: 2e4c2a2f9c9c2f07af878a8dd3428bcdac1de5e1
Parents: b808ee6
Author: Jim Ferenczi <ji...@elastic.co>
Authored: Mon Jan 23 09:44:41 2017 +0100
Committer: Jim Ferenczi <ji...@elastic.co>
Committed: Mon Jan 23 09:44:41 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2e4c2a2f/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 e490078..cf9aacf 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
@@ -317,7 +317,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.2.1-cfs",
       "6.2.1-nocfs",
       "6.3.0-cfs",
-      "6.3.0-nocfs"
+      "6.3.0-nocfs",
+      "6.4.0-cfs",
+      "6.4.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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