You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/05/14 01:48:35 UTC

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

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

noble 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 ada8be1  Add 7.7.3 back compat test indexes
ada8be1 is described below

commit ada8be1b45d97c45234b45ae00ddce3425631420
Author: noble <no...@apache.org>
AuthorDate: Thu May 14 11:48:07 2020 +1000

    Add 7.7.3 back compat test indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.7.7.3-cfs.zip    | Bin 0 -> 15646 bytes
 .../test/org/apache/lucene/index/index.7.7.3-nocfs.zip  | Bin 0 -> 15643 bytes
 .../src/test/org/apache/lucene/index/sorted.7.7.3.zip   | Bin 0 -> 86356 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 e9a59b6..52cba32 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
@@ -348,7 +348,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.7.1-cfs",
     "7.7.1-nocfs",
     "7.7.2-cfs",
-    "7.7.2-nocfs"
+    "7.7.2-nocfs",
+    "7.7.3-cfs",
+    "7.7.3-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -383,7 +385,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.6.0",
     "sorted.7.7.0",
     "sorted.7.7.1",
-    "sorted.7.7.2"
+    "sorted.7.7.2",
+    "sorted.7.7.3"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip
new file mode 100644
index 0000000..03f5d64
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip
new file mode 100644
index 0000000..94aaa74
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip
new file mode 100644
index 0000000..3468e8b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip differ