You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/06/05 09:16:46 UTC

[lucene-solr] branch master updated: Add back-compat indices for 7.7.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73b15d8  Add back-compat indices for 7.7.2
73b15d8 is described below

commit 73b15d89844d567cdbc6df1f7e3087bf49564274
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Wed Jun 5 11:16:41 2019 +0200

    Add back-compat indices for 7.7.2
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   4 +++-
 .../org/apache/lucene/index/unsupported.7.7.2-cfs.zip   | Bin 0 -> 15556 bytes
 .../org/apache/lucene/index/unsupported.7.7.2-nocfs.zip | Bin 0 -> 15556 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 92f4354..6485b37 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
@@ -502,7 +502,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "7.7.0-cfs",
       "7.7.0-nocfs",
       "7.7.1-cfs",
-      "7.7.1-nocfs"
+      "7.7.1-nocfs",
+      "7.7.2-cfs",
+      "7.7.2-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.7.7.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.2-cfs.zip
new file mode 100644
index 0000000..284df67
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.2-nocfs.zip
new file mode 100644
index 0000000..2b41f30
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.2-nocfs.zip differ