You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/03/07 12:33:29 UTC

[07/11] lucene-solr:jira/solr-11670-2: Add 6.6.3 back compat test indexes

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

Branch: refs/heads/jira/solr-11670-2
Commit: 28de8218fee732077d91d52fb04e6abe427efdc7
Parents: eab33d0
Author: Steve Rowe <sa...@gmail.com>
Authored: Tue Mar 6 14:51:03 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Tue Mar 6 14:51:03 2018 -0500

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   4 +++-
 .../apache/lucene/index/unsupported.6.6.3-cfs.zip  | Bin 0 -> 15919 bytes
 .../lucene/index/unsupported.6.6.3-nocfs.zip       | Bin 0 -> 15900 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28de8218/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 f0d6740..4b66f9d 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
@@ -475,7 +475,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.6.1-cfs",
       "6.6.1-nocfs",
       "6.6.2-cfs",
-      "6.6.2-nocfs"
+      "6.6.2-nocfs",
+      "6.6.3-cfs",
+      "6.6.3-nocfs"
   };
 
   // TODO: on 6.0.0 release, gen the single segment indices and add here:

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28de8218/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip
new file mode 100644
index 0000000..84c3624
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip differ

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