You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2020/09/01 09:22:29 UTC

[lucene-solr] branch master updated: Add back-compat indices for 8.6.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03814fc  Add back-compat indices for 8.6.2
03814fc is described below

commit 03814fc070a2e6e9f7d58aae4d39caf579f95d67
Author: iverase <iv...@apache.org>
AuthorDate: Tue Sep 1 11:22:00 2020 +0200

    Add back-compat indices for 8.6.2
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.6.2-cfs.zip   | Bin 0 -> 16338 bytes
 .../test/org/apache/lucene/index/index.8.6.2-nocfs.zip | Bin 0 -> 16341 bytes
 .../src/test/org/apache/lucene/index/sorted.8.6.2.zip  | Bin 0 -> 140426 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 096357d..43d5be1 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
@@ -311,7 +311,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.6.0-cfs",
     "8.6.0-nocfs",
     "8.6.1-cfs",
-    "8.6.1-nocfs"
+    "8.6.1-nocfs",
+    "8.6.2-cfs",
+    "8.6.2-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -331,7 +333,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.5.1",
     "sorted.8.5.2",
     "sorted.8.6.0",
-    "sorted.8.6.1"
+    "sorted.8.6.1",
+    "sorted.8.6.2"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.2-cfs.zip
new file mode 100644
index 0000000..2ed7139
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.2-nocfs.zip
new file mode 100644
index 0000000..66577df
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.2.zip
new file mode 100644
index 0000000..b42607b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.2.zip differ