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:51:36 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 1d7c1e7c0 -> b94ea4cb0


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

Branch: refs/heads/branch_7x
Commit: b94ea4cb0f9691b604595b6d068c62aa2c0b1bb8
Parents: 1d7c1e7
Author: Jim Ferenczi <ji...@apache.org>
Authored: Mon Jan 15 10:51:23 2018 +0100
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Mon Jan 15 10:51:23 2018 +0100

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.7.2.1-cfs.zip    | Bin 0 -> 19254 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 -> 81123 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b94ea4cb/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 f4980ba..3c69ddf 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
@@ -321,7 +321,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() {
@@ -343,7 +345,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/b94ea4cb/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..4eae299
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/b94ea4cb/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..669f092
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/b94ea4cb/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..743ef71
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.1.zip differ