You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2021/04/12 19:56:24 UTC

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

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

mdrob 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 483ef3b  Add back-compat indices for 8.8.2
483ef3b is described below

commit 483ef3b5e6987e366313d981f3475c4699e42f03
Author: Mike Drob <md...@apple.com>
AuthorDate: Mon Apr 12 14:56:16 2021 -0500

    Add back-compat indices for 8.8.2
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.8.2-cfs.zip   | Bin 0 -> 16727 bytes
 .../test/org/apache/lucene/index/index.8.8.2-nocfs.zip | Bin 0 -> 16739 bytes
 .../src/test/org/apache/lucene/index/sorted.8.8.2.zip  | Bin 0 -> 132832 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 02c4821..be75cb5 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
@@ -350,7 +350,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.8.0-cfs",
     "8.8.0-nocfs",
     "8.8.1-cfs",
-    "8.8.1-nocfs"
+    "8.8.1-nocfs",
+    "8.8.2-cfs",
+    "8.8.2-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -389,7 +391,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.6.3",
     "sorted.8.7.0",
     "sorted.8.8.0",
-    "sorted.8.8.1"
+    "sorted.8.8.1",
+    "sorted.8.8.2"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.2-cfs.zip
new file mode 100644
index 0000000..66950ed
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.2-nocfs.zip
new file mode 100644
index 0000000..102a4d5
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.2.zip
new file mode 100644
index 0000000..bf0452e
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.2.zip differ