You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/19 00:30:13 UTC

[lucene-solr] branch branch_8_10 updated: Add back-compat indices for 8.10.1

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

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


The following commit(s) were added to refs/heads/branch_8_10 by this push:
     new 68b0cdb  Add back-compat indices for 8.10.1
68b0cdb is described below

commit 68b0cdb554c53ca8567ac88b935c579b5586cda1
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 20:29:15 2021 -0400

    Add back-compat indices for 8.10.1
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.10.1-cfs.zip  | Bin 0 -> 18063 bytes
 .../org/apache/lucene/index/index.8.10.1-nocfs.zip     | Bin 0 -> 16965 bytes
 .../src/test/org/apache/lucene/index/sorted.8.10.1.zip | Bin 0 -> 140953 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 9d26d81..2ec058c 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
@@ -361,7 +361,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.9.0-cfs",
     "8.9.0-nocfs",
     "8.10.0-cfs",
-    "8.10.0-nocfs"
+    "8.10.0-nocfs",
+    "8.10.1-cfs",
+    "8.10.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -403,7 +405,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.8.1",
     "sorted.8.8.2",
     "sorted.8.9.0",
-    "sorted.8.10.0"
+    "sorted.8.10.0",
+    "sorted.8.10.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.10.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.10.1-cfs.zip
new file mode 100644
index 0000000..ede86f4
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.10.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.10.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.10.1-nocfs.zip
new file mode 100644
index 0000000..017e1e0
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.10.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.10.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.10.1.zip
new file mode 100644
index 0000000..072d256
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.10.1.zip differ