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/03/04 09:51:11 UTC

[lucene-solr] branch branch_7_7 updated: Add 7.7.1 back compat test indexes

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

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


The following commit(s) were added to refs/heads/branch_7_7 by this push:
     new d4f4070  Add 7.7.1 back compat test indexes
d4f4070 is described below

commit d4f4070a2c8d925ba502dd2cd0c06994b4f8b584
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Mar 4 10:35:15 2019 +0100

    Add 7.7.1 back compat test indexes
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.7.7.1-cfs.zip   | Bin 0 -> 15600 bytes
 .../test/org/apache/lucene/index/index.7.7.1-nocfs.zip | Bin 0 -> 15613 bytes
 .../src/test/org/apache/lucene/index/sorted.7.7.1.zip  | Bin 0 -> 139288 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 05387c8..c78c892 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
@@ -342,7 +342,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.6.0-cfs",
     "7.6.0-nocfs",
     "7.7.0-cfs",
-    "7.7.0-nocfs"
+    "7.7.0-nocfs",
+    "7.7.1-cfs",
+    "7.7.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -374,7 +376,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.4.0",
     "sorted.7.5.0",
     "sorted.7.6.0",
-    "sorted.7.7.0"
+    "sorted.7.7.0",
+    "sorted.7.7.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-cfs.zip
new file mode 100644
index 0000000..c432aac
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-nocfs.zip
new file mode 100644
index 0000000..9ef1b29
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.1.zip
new file mode 100644
index 0000000..d2ff9a8
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.1.zip differ