You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2020/04/16 07:48:18 UTC

[lucene-solr] branch branch_8_5 updated: Add back-compat indices for 8.5.1

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

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


The following commit(s) were added to refs/heads/branch_8_5 by this push:
     new 93d35c6  Add back-compat indices for 8.5.1
93d35c6 is described below

commit 93d35c656fce6af37f9cbaf85b6220189ca305d3
Author: iverase <iv...@apache.org>
AuthorDate: Thu Apr 16 09:48:11 2020 +0200

    Add back-compat indices for 8.5.1
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.8.5.1-cfs.zip    | Bin 0 -> 25723 bytes
 .../test/org/apache/lucene/index/index.8.5.1-nocfs.zip  | Bin 0 -> 15880 bytes
 .../src/test/org/apache/lucene/index/sorted.8.5.1.zip   | Bin 0 -> 80763 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)

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 90f7274..ef5ec9f 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
@@ -330,7 +330,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.4.1-cfs",
     "8.4.1-nocfs",
     "8.5.0-cfs",
-    "8.5.0-nocfs"
+    "8.5.0-nocfs",
+    "8.5.1-cfs",
+    "8.5.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -359,7 +361,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.3.1",
     "sorted.8.4.0",
     "sorted.8.4.1",
-    "sorted.8.5.0"
+    "sorted.8.5.0",
+    "sorted.8.5.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.1-cfs.zip
new file mode 100644
index 0000000..34c2e8b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.1-nocfs.zip
new file mode 100644
index 0000000..855b630
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.5.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.5.1.zip
new file mode 100644
index 0000000..a6ac8d4
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.5.1.zip differ