You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/09/24 08:10:48 UTC

lucene-solr:master: Add 7.5.0 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/master cecf31ed2 -> baf40d5f0


Add 7.5.0 back compat test indexes


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/baf40d5f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/baf40d5f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/baf40d5f

Branch: refs/heads/master
Commit: baf40d5f0553eebfdaad030c42fc4283fe585d69
Parents: cecf31e
Author: Jim Ferenczi <ji...@apache.org>
Authored: Mon Sep 24 10:10:36 2018 +0200
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Mon Sep 24 10:10:36 2018 +0200

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.7.5.0-cfs.zip    | Bin 0 -> 15615 bytes
 .../org/apache/lucene/index/index.7.5.0-nocfs.zip  | Bin 0 -> 15629 bytes
 .../test/org/apache/lucene/index/sorted.7.5.0.zip  | Bin 0 -> 82239 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/baf40d5f/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
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 ce22bb5..b1e7466 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
@@ -302,7 +302,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.3.1-cfs",
     "7.3.1-nocfs",
     "7.4.0-cfs",
-    "7.4.0-nocfs"
+    "7.4.0-nocfs",
+    "7.5.0-cfs",
+    "7.5.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -317,7 +319,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.2.1",
     "sorted.7.3.0",
     "sorted.7.3.1",
-    "sorted.7.4.0"
+    "sorted.7.4.0",
+    "sorted.7.5.0"
   };
 
   public static String[] getOldSortedNames() {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/baf40d5f/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-cfs.zip
new file mode 100644
index 0000000..0e24be4
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/baf40d5f/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-nocfs.zip
new file mode 100644
index 0000000..f975332
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.5.0-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/baf40d5f/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.5.0.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.5.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.5.0.zip
new file mode 100644
index 0000000..2d91e9a
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.5.0.zip differ