You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/08/14 20:56:50 UTC

[lucene-solr] branch branch_8x updated: Add back-compat indices for 8.6.1

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

houston 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 83ec269  Add back-compat indices for 8.6.1
83ec269 is described below

commit 83ec269e380835382c38f33befb165fc24d25852
Author: Houston Putman <hp...@apple.com>
AuthorDate: Fri Aug 14 16:56:44 2020 -0400

    Add back-compat indices for 8.6.1
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.6.1-cfs.zip   | Bin 0 -> 16377 bytes
 .../test/org/apache/lucene/index/index.8.6.1-nocfs.zip | Bin 0 -> 16390 bytes
 .../src/test/org/apache/lucene/index/sorted.8.6.1.zip  | Bin 0 -> 123446 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 e866616..560d5ba 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
@@ -338,7 +338,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.5.2-cfs",
     "8.5.2-nocfs",
     "8.6.0-cfs",
-    "8.6.0-nocfs"
+    "8.6.0-nocfs",
+    "8.6.1-cfs",
+    "8.6.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -371,7 +373,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.5.0",
     "sorted.8.5.1",
     "sorted.8.5.2",
-    "sorted.8.6.0"
+    "sorted.8.6.0",
+    "sorted.8.6.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.1-cfs.zip
new file mode 100644
index 0000000..e1d6b5a
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.1-nocfs.zip
new file mode 100644
index 0000000..7f9dfc1
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.1.zip
new file mode 100644
index 0000000..510c375
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.1.zip differ