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/09 01:02:11 UTC

lucene-solr:branch_7_2: Add 7.2.0 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_2 4d919e2c2 -> dbe6dd4e8


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

Branch: refs/heads/branch_7_2
Commit: dbe6dd4e89183d7a077ebf6e774a9f576be69cff
Parents: 4d919e2
Author: Jim Ferenczi <ji...@apache.org>
Authored: Tue Jan 9 02:01:56 2018 +0100
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Tue Jan 9 02:01:56 2018 +0100

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java  |   7 +++++--
 .../org/apache/lucene/index/index.7.2.0-cfs.zip   | Bin 0 -> 15616 bytes
 .../org/apache/lucene/index/index.7.2.0-nocfs.zip | Bin 0 -> 15597 bytes
 .../test/org/apache/lucene/index/sorted.7.2.0.zip | Bin 0 -> 805880 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/dbe6dd4e/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 09e83a8..f4980ba 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
@@ -319,7 +319,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.0.1-cfs",
     "7.0.1-nocfs",
     "7.1.0-cfs",
-    "7.1.0-nocfs"
+    "7.1.0-nocfs",
+    "7.2.0-cfs",
+    "7.2.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -340,7 +342,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.6.6.2",
     "sorted.7.0.0",
     "sorted.7.0.1",
-    "sorted.7.1.0"
+    "sorted.7.1.0",
+    "sorted.7.2.0"
   };
 
   public static String[] getOldSortedNames() {

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

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

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