You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2020/07/15 14:51:03 UTC

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

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

broustant 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 afd4e6a  Add back-compat indices for 8.6.0
afd4e6a is described below

commit afd4e6a3c0332e2a010e6b903b6e38c48bfe3559
Author: Bruno Roustant <br...@salesforce.com>
AuthorDate: Wed Jul 15 16:50:53 2020 +0200

    Add back-compat indices for 8.6.0
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.6.0-cfs.zip   | Bin 0 -> 16438 bytes
 .../test/org/apache/lucene/index/index.8.6.0-nocfs.zip | Bin 0 -> 16416 bytes
 .../src/test/org/apache/lucene/index/sorted.8.6.0.zip  | Bin 0 -> 134773 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 25f4ba3..e866616 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
@@ -336,7 +336,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.5.1-cfs",
     "8.5.1-nocfs",
     "8.5.2-cfs",
-    "8.5.2-nocfs"
+    "8.5.2-nocfs",
+    "8.6.0-cfs",
+    "8.6.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -368,7 +370,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.4.1",
     "sorted.8.5.0",
     "sorted.8.5.1",
-    "sorted.8.5.2"
+    "sorted.8.5.2",
+    "sorted.8.6.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.0-cfs.zip
new file mode 100644
index 0000000..c3dc395
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.0-nocfs.zip
new file mode 100644
index 0000000..c52d14f
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.0.zip
new file mode 100644
index 0000000..06fa174
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.0.zip differ