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:58:36 UTC

[lucene-solr] branch branch_8x 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_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 624bc29  Add back-compat indices for 8.8.2
624bc29 is described below

commit 624bc2987b40eae39be9245f828190ec5c309fa1
Author: Mike Drob <md...@apple.com>
AuthorDate: Mon Apr 12 14:58:27 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 -> 16730 bytes
 .../test/org/apache/lucene/index/index.8.8.2-nocfs.zip | Bin 0 -> 16727 bytes
 .../src/test/org/apache/lucene/index/sorted.8.8.2.zip  | Bin 0 -> 134765 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 562c3c9..a606d8f 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
@@ -355,7 +355,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() {
@@ -394,7 +396,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..537cadd
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..f2b2994
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..5d350a9
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.2.zip differ