You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/02/09 20:09:39 UTC

[22/50] lucene-solr:jira/solr-9858: Add 6.4.1 back compat test indexes

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

Branch: refs/heads/jira/solr-9858
Commit: 0fccdacb52a128f3b61679c6d7c046c269413e42
Parents: 9fc1319
Author: Adrien Grand <jp...@gmail.com>
Authored: Sat Feb 4 21:29:25 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Sat Feb 4 21:29:25 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0fccdacb/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 73b7271..63ba413 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
@@ -293,7 +293,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/0fccdacb/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..477859e
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/0fccdacb/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..7411118
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.4.1-nocfs.zip differ