You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/03/04 09:52:31 UTC

[lucene-solr] branch master updated: Add 7.7.1 back compat test indexes

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

jpountz 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 a940c40  Add 7.7.1 back compat test indexes
a940c40 is described below

commit a940c40b181e00478b63bb2b77e87cf6aabfc725
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Mar 4 10:30:25 2019 +0100

    Add 7.7.1 back compat test indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   4 +++-
 .../org/apache/lucene/index/unsupported.7.7.1-cfs.zip   | Bin 0 -> 15615 bytes
 .../org/apache/lucene/index/unsupported.7.7.1-nocfs.zip | Bin 0 -> 15606 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 c5557a9..a7cbdf7 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
@@ -490,7 +490,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "7.6.0-cfs",
       "7.6.0-nocfs",
       "7.7.0-cfs",
-      "7.7.0-nocfs"
+      "7.7.0-nocfs",
+      "7.7.1-cfs",
+      "7.7.1-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.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.1-cfs.zip
new file mode 100644
index 0000000..a418a05
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.1-nocfs.zip
new file mode 100644
index 0000000..be3aacd
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.7.7.1-nocfs.zip differ