You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/06/05 08:51:56 UTC

[lucene-solr] branch branch_8x updated: Add back-compat indices for 7.7.2

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 6ecdec2  Add back-compat indices for 7.7.2
6ecdec2 is described below

commit 6ecdec2435598570e7fcd6da4f1a2da391d68641
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Wed Jun 5 10:51:51 2019 +0200

    Add back-compat indices for 7.7.2
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   3 +++
 .../test/org/apache/lucene/index/index.7.7.2-cfs.zip    | Bin 0 -> 15639 bytes
 .../test/org/apache/lucene/index/index.7.7.2-nocfs.zip  | Bin 0 -> 15652 bytes
 .../src/test/org/apache/lucene/index/sorted.7.7.2.zip   | Bin 0 -> 72859 bytes
 4 files changed, 3 insertions(+)

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 f302930..99e2a36 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,6 +311,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.7.0-nocfs",
     "7.7.1-cfs",
     "7.7.1-nocfs",
+    "7.7.2-cfs",
+    "7.7.2-nocfs",
     "8.0.0-cfs",
     "8.0.0-nocfs",
     "8.1.0-cfs",
@@ -336,6 +338,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.6.0",
     "sorted.7.7.0",
     "sorted.7.7.1",
+    "sorted.7.7.2",
     "sorted.8.0.0",
     "sorted.8.1.0",
     "sorted.8.1.1"
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.2-cfs.zip
new file mode 100644
index 0000000..1d3d2cd
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.2-nocfs.zip
new file mode 100644
index 0000000..720fdd7
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.2.zip
new file mode 100644
index 0000000..4afd6ae
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.2.zip differ