You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/29 20:42:50 UTC

[lucene-solr] branch branch_8_4 updated: Add back-compat indices for 8.4.0

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

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


The following commit(s) were added to refs/heads/branch_8_4 by this push:
     new cd48223  Add back-compat indices for 8.4.0
cd48223 is described below

commit cd482232c8fe944d7a48119d0f7c394d938d9b1f
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Sun Dec 29 21:42:31 2019 +0100

    Add back-compat indices for 8.4.0
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.8.4.0-cfs.zip    | Bin 0 -> 15452 bytes
 .../test/org/apache/lucene/index/index.8.4.0-nocfs.zip  | Bin 0 -> 15471 bytes
 .../src/test/org/apache/lucene/index/sorted.8.4.0.zip   | Bin 0 -> 93321 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 0e1e5a0..633c916 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
@@ -324,7 +324,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.3.0-cfs",
     "8.3.0-nocfs",
     "8.3.1-cfs",
-    "8.3.1-nocfs"
+    "8.3.1-nocfs",
+    "8.4.0-cfs",
+    "8.4.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -350,7 +352,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.1.1",
     "sorted.8.2.0",
     "sorted.8.3.0",
-    "sorted.8.3.1"
+    "sorted.8.3.1",
+    "sorted.8.4.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-cfs.zip
new file mode 100644
index 0000000..928938e
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-nocfs.zip
new file mode 100644
index 0000000..b974cda
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.4.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.4.0.zip
new file mode 100644
index 0000000..b3f23c9
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.4.0.zip differ