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

[19/34] lucene-solr:jira/http2: Add 7.6.0 back compat test indexes

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

Branch: refs/heads/jira/http2
Commit: d3ee925bdd75e4c1be97b73410dd49df58e3593b
Parents: f844461
Author: Nicholas Knize <nk...@gmail.com>
Authored: Thu Dec 13 21:50:53 2018 -0600
Committer: Nicholas Knize <nk...@gmail.com>
Committed: Thu Dec 13 21:50:53 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d3ee925b/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 44911db..23fac47 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
@@ -304,7 +304,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() {
@@ -320,7 +322,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/d3ee925b/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..79fb654
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/d3ee925b/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..daaee82
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/d3ee925b/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..f510fce
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.6.0.zip differ