You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2020/10/09 15:39:27 UTC

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

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

gerlowskija 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 9e13d99  Add back-compat indices for 8.6.3
9e13d99 is described below

commit 9e13d99c52025a403df89e745a3620f0efa1847f
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Fri Oct 9 11:39:20 2020 -0400

    Add back-compat indices for 8.6.3
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.6.3-cfs.zip   | Bin 0 -> 16419 bytes
 .../test/org/apache/lucene/index/index.8.6.3-nocfs.zip | Bin 0 -> 16428 bytes
 .../src/test/org/apache/lucene/index/sorted.8.6.3.zip  | Bin 0 -> 141031 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 43d5be1..68ae98f 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
@@ -313,7 +313,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.6.1-cfs",
     "8.6.1-nocfs",
     "8.6.2-cfs",
-    "8.6.2-nocfs"
+    "8.6.2-nocfs",
+    "8.6.3-cfs",
+    "8.6.3-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -334,7 +336,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.5.2",
     "sorted.8.6.0",
     "sorted.8.6.1",
-    "sorted.8.6.2"
+    "sorted.8.6.2",
+    "sorted.8.6.3"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-cfs.zip
new file mode 100644
index 0000000..80e1a0b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-nocfs.zip
new file mode 100644
index 0000000..118459a
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.3.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.3.zip
new file mode 100644
index 0000000..359a488
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.3.zip differ