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 2022/06/22 06:21:52 UTC

[lucene-solr] branch branch_8_11 updated: Add back-compat indices for 8.11.2

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

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


The following commit(s) were added to refs/heads/branch_8_11 by this push:
     new 963814fc454 Add back-compat indices for 8.11.2
963814fc454 is described below

commit 963814fc4542d4575505b5500a378b34acc73b62
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 23:21:44 2022 -0700

    Add back-compat indices for 8.11.2
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.11.2-cfs.zip  | Bin 0 -> 17041 bytes
 .../org/apache/lucene/index/index.8.11.2-nocfs.zip     | Bin 0 -> 17050 bytes
 .../src/test/org/apache/lucene/index/sorted.8.11.2.zip | Bin 0 -> 137978 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 8ebc150bc9e..41649f6f21f 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
@@ -367,7 +367,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.11.0-cfs",
     "8.11.0-nocfs",
     "8.11.1-cfs",
-    "8.11.1-nocfs"
+    "8.11.1-nocfs",
+    "8.11.2-cfs",
+    "8.11.2-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -412,7 +414,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.10.0",
     "sorted.8.10.1",
     "sorted.8.11.0",
-    "sorted.8.11.1"
+    "sorted.8.11.1",
+    "sorted.8.11.2"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.2-cfs.zip
new file mode 100644
index 00000000000..623d3f56798
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.2-nocfs.zip
new file mode 100644
index 00000000000..b88bf2263ff
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.2.zip
new file mode 100644
index 00000000000..8700ceb0609
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.2.zip differ