You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/04 17:10:00 UTC

[06/50] lucene-solr:jira/solr-8668: Add 6.5.1 back compat test indexes

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

Branch: refs/heads/jira/solr-8668
Commit: 0f3bcf347e59817e6522d6bcdd2cd2325f0a4ba3
Parents: b418c31
Author: Jim Ferenczi <ji...@apache.org>
Authored: Thu Apr 27 13:53:52 2017 +0200
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Thu Apr 27 13:53:52 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0f3bcf34/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 f180b47..b4f5047 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
@@ -299,7 +299,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/0f3bcf34/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..21eb747
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/0f3bcf34/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..832d85d
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip differ