You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2018/04/04 21:46:44 UTC

[2/2] lucene-solr:master: Add 7.3.0 back-compat test indexes

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

Branch: refs/heads/master
Commit: 2ace16cef7d329b5a2ac66945838a42e58311916
Parents: 469979d
Author: Alan Woodward <ro...@apache.org>
Authored: Wed Apr 4 22:46:17 2018 +0100
Committer: Alan Woodward <ro...@apache.org>
Committed: Wed Apr 4 22:46:17 2018 +0100

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java  |   7 +++++--
 .../org/apache/lucene/index/index.7.3.0-cfs.zip   | Bin 0 -> 15538 bytes
 .../org/apache/lucene/index/index.7.3.0-nocfs.zip | Bin 0 -> 15548 bytes
 .../test/org/apache/lucene/index/sorted.7.3.0.zip | Bin 0 -> 393834 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2ace16ce/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 4b66f9d..e80bf9b 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
@@ -296,7 +296,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.2.0-cfs",
     "7.2.0-nocfs",
     "7.2.1-cfs",
-    "7.2.1-nocfs"
+    "7.2.1-nocfs",
+    "7.3.0-cfs",
+    "7.3.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -308,7 +310,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.0.1",
     "sorted.7.1.0",
     "sorted.7.2.0",
-    "sorted.7.2.1"
+    "sorted.7.2.1",
+    "sorted.7.3.0"
   };
 
   public static String[] getOldSortedNames() {

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

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

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