You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2018/12/14 03:49:04 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x a4ca08fba -> 5b7e6febe


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

Branch: refs/heads/branch_7x
Commit: 5b7e6febe5b8f573c22377293aac25889f09781a
Parents: a4ca08f
Author: Nicholas Knize <nk...@gmail.com>
Authored: Thu Dec 13 21:48:47 2018 -0600
Committer: Nicholas Knize <nk...@gmail.com>
Committed: Thu Dec 13 21:48:47 2018 -0600

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.7.6.0-cfs.zip    | Bin 0 -> 15650 bytes
 .../org/apache/lucene/index/index.7.6.0-nocfs.zip  | Bin 0 -> 15643 bytes
 .../test/org/apache/lucene/index/sorted.7.6.0.zip  | Bin 0 -> 75311 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5b7e6feb/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 9962901..0541f0f 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
@@ -338,7 +338,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.4.0-cfs",
     "7.4.0-nocfs",
     "7.5.0-cfs",
-    "7.5.0-nocfs"
+    "7.5.0-nocfs",
+    "7.6.0-cfs",
+    "7.6.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -368,7 +370,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.3.0",
     "sorted.7.3.1",
     "sorted.7.4.0",
-    "sorted.7.5.0"
+    "sorted.7.5.0",
+    "sorted.7.6.0"
   };
 
   public static String[] getOldSortedNames() {

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

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

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