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 2019/04/03 09:56:01 UTC

[lucene-solr] branch branch_8x updated: Adding 6.6.6 backcompat indexes

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new b2e7ab6  Adding 6.6.6 backcompat indexes
b2e7ab6 is described below

commit b2e7ab6d7aea8119452bed7b50e85641cf343b12
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Apr 3 15:25:37 2019 +0530

    Adding 6.6.6 backcompat indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   4 +++-
 .../org/apache/lucene/index/unsupported.6.6.6-cfs.zip   | Bin 0 -> 15861 bytes
 .../org/apache/lucene/index/unsupported.6.6.6-nocfs.zip | Bin 0 -> 15866 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

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 388d9f4..ef455b9 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
@@ -505,7 +505,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.6.4-cfs",
       "6.6.4-nocfs",
       "6.6.5-cfs",
-      "6.6.5-nocfs"
+      "6.6.5-nocfs",
+      "6.6.6-cfs",
+      "6.6.6-nocfs"
   };
 
   // TODO: on 6.0.0 release, gen the single segment indices and add here:
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-cfs.zip
new file mode 100644
index 0000000..d53cdac
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-nocfs.zip
new file mode 100644
index 0000000..560b7d1
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-nocfs.zip differ