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

[37/73] [abbrv] lucene-solr:jira/solr-6203: Add 6.5.0 back compat test indexes

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

Branch: refs/heads/jira/solr-6203
Commit: 56d455c4333a4bda71811426cc6f6e9258852617
Parents: 40f4324
Author: Jim Ferenczi <ji...@elastic.co>
Authored: Sat Mar 25 18:37:25 2017 +0100
Committer: Jim Ferenczi <ji...@elastic.co>
Committed: Sat Mar 25 18:37:25 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/56d455c4/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 1dda6b6..8e87dcc 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
@@ -297,7 +297,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/56d455c4/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..5bff9b2
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/56d455c4/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..72e7dc2
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.0-nocfs.zip differ