You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/03/01 08:25:43 UTC

lucene-solr:branch_6_4: Add 6.4.1 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_4 7467c369a -> 34a975ca3


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

Branch: refs/heads/branch_6_4
Commit: 34a975ca3d4bd7fa121340e5bcbf165929e0542f
Parents: 7467c36
Author: Adrien Grand <jp...@gmail.com>
Authored: Sat Feb 4 21:18:01 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Wed Mar 1 09:23:23 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/34a975ca/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 fbc7a76..489525c 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
@@ -321,7 +321,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.3.0-cfs",
       "6.3.0-nocfs",
       "6.4.0-cfs",
-      "6.4.0-nocfs"
+      "6.4.0-nocfs",
+      "6.4.1-cfs",
+      "6.4.1-nocfs"
   };
   
   final String[] unsupportedNames = {

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

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/34a975ca/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.4.1-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.4.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.4.1-nocfs.zip
new file mode 100644
index 0000000..699e430
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.4.1-nocfs.zip differ