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/06/08 23:13:49 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 116631014 -> b45e04a5f


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

Branch: refs/heads/branch_6x
Commit: b45e04a5fa7d5cfd84d9528f9db9ef6c2a8116b4
Parents: 1166310
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Fri Jun 9 04:43:34 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Fri Jun 9 04:43:34 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b45e04a5/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 ca2df16..c9d8f6b 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
@@ -329,7 +329,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.5.0-cfs",
       "6.5.0-nocfs",
       "6.5.1-cfs",
-      "6.5.1-nocfs"
+      "6.5.1-nocfs",
+      "6.6.0-cfs",
+      "6.6.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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