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/03/25 17:35:06 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 181d96f34 -> 3a2083082


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

Branch: refs/heads/branch_6x
Commit: 3a20830823bdb10acac141629be2438633af77ea
Parents: 181d96f
Author: Jim Ferenczi <ji...@elastic.co>
Authored: Sat Mar 25 18:34:48 2017 +0100
Committer: Jim Ferenczi <ji...@elastic.co>
Committed: Sat Mar 25 18:34:48 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a208308/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 494ac3c..cc11338 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
@@ -325,7 +325,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.4.1-cfs",
       "6.4.1-nocfs",
       "6.4.2-cfs",
-      "6.4.2-nocfs"
+      "6.4.2-nocfs",
+      "6.5.0-cfs",
+      "6.5.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a208308/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.0-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.0-nocfs.zip
new file mode 100644
index 0000000..58d8635
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.0-nocfs.zip differ