You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/03/07 19:48:56 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 11b82472c -> ff45da1d1


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

Branch: refs/heads/branch_6x
Commit: ff45da1d1977655184c8eed11e24c4fa478d58c4
Parents: 11b8247
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Wed Mar 8 01:18:43 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Wed Mar 8 01:18:43 2017 +0530

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


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

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

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