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/01/15 09:57:33 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master b6f651974 -> f7f0ed1fc


Add 7.2.1 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/f7f0ed1f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f7f0ed1f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f7f0ed1f

Branch: refs/heads/master
Commit: f7f0ed1fc5ce7e23fc158ad3d3e3c541acfc37b3
Parents: b6f6519
Author: Jim Ferenczi <ji...@apache.org>
Authored: Mon Jan 15 10:57:22 2018 +0100
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Mon Jan 15 10:57:22 2018 +0100

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.7.2.1-cfs.zip    | Bin 0 -> 15605 bytes
 .../org/apache/lucene/index/index.7.2.1-nocfs.zip  | Bin 0 -> 15606 bytes
 .../test/org/apache/lucene/index/sorted.7.2.1.zip  | Bin 0 -> 93388 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f7f0ed1f/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 98e7aaf..edeb0ee 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
@@ -293,7 +293,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.1.0-cfs",
     "7.1.0-nocfs",
     "7.2.0-cfs",
-    "7.2.0-nocfs"
+    "7.2.0-nocfs",
+    "7.2.1-cfs",
+    "7.2.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -304,7 +306,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.0.0",
     "sorted.7.0.1",
     "sorted.7.1.0",
-    "sorted.7.2.0"
+    "sorted.7.2.0",
+    "sorted.7.2.1"
   };
 
   public static String[] getOldSortedNames() {

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

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

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