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 2020/05/27 18:05:22 UTC

[lucene-solr] branch branch_8x updated: Add back-compat indices for 8.5.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 5e07bb9  Add back-compat indices for 8.5.2
5e07bb9 is described below

commit 5e07bb91f78faa472dbcb331c6fde8b9c5101d57
Author: Mike Drob <md...@apple.com>
AuthorDate: Wed May 27 13:05:16 2020 -0500

    Add back-compat indices for 8.5.2
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.8.5.2-cfs.zip    | Bin 0 -> 15897 bytes
 .../test/org/apache/lucene/index/index.8.5.2-nocfs.zip  | Bin 0 -> 15896 bytes
 .../src/test/org/apache/lucene/index/sorted.8.5.2.zip   | Bin 0 -> 96803 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 dd8ca1e..25f4ba3 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
@@ -334,7 +334,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.5.0-cfs",
     "8.5.0-nocfs",
     "8.5.1-cfs",
-    "8.5.1-nocfs"
+    "8.5.1-nocfs",
+    "8.5.2-cfs",
+    "8.5.2-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -365,7 +367,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.4.0",
     "sorted.8.4.1",
     "sorted.8.5.0",
-    "sorted.8.5.1"
+    "sorted.8.5.1",
+    "sorted.8.5.2"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.2-cfs.zip
new file mode 100644
index 0000000..100d857
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.2-nocfs.zip
new file mode 100644
index 0000000..5c45ab2
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.5.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.5.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.5.2.zip
new file mode 100644
index 0000000..36f8420
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.5.2.zip differ