You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2021/02/23 16:11:24 UTC

[lucene-solr] branch branch_8_8 updated: Add back-compat indices for 8.8.1

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

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


The following commit(s) were added to refs/heads/branch_8_8 by this push:
     new 8632b77  Add back-compat indices for 8.8.1
8632b77 is described below

commit 8632b77195b6df49c7332bd248b9033d21ba3b04
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Tue Feb 23 09:11:13 2021 -0700

    Add back-compat indices for 8.8.1
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.8.1-cfs.zip   | Bin 0 -> 16751 bytes
 .../test/org/apache/lucene/index/index.8.8.1-nocfs.zip | Bin 0 -> 16765 bytes
 .../src/test/org/apache/lucene/index/sorted.8.8.1.zip  | Bin 0 -> 134326 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 c4006e1..02c4821 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
@@ -348,7 +348,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.7.0-cfs",
     "8.7.0-nocfs",
     "8.8.0-cfs",
-    "8.8.0-nocfs"
+    "8.8.0-nocfs",
+    "8.8.1-cfs",
+    "8.8.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -386,7 +388,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.6.2",
     "sorted.8.6.3",
     "sorted.8.7.0",
-    "sorted.8.8.0"
+    "sorted.8.8.0",
+    "sorted.8.8.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.1-cfs.zip
new file mode 100644
index 0000000..1bc3781
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.1-nocfs.zip
new file mode 100644
index 0000000..f8ffd10
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.1.zip
new file mode 100644
index 0000000..303c5ae
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.1.zip differ