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/04/24 15:57:41 UTC

lucene-solr:branch_7_3: Add 7.3.0 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_3 696ff57f4 -> f779450d6


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

Branch: refs/heads/branch_7_3
Commit: f779450d6c670a2a819d0bf25b7b3afa8fd422a0
Parents: 696ff57
Author: Cao Manh Dat <da...@apache.org>
Authored: Tue Apr 24 22:57:28 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Tue Apr 24 22:57:28 2018 +0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f779450d/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 1c409ad..3a284ba 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
@@ -326,7 +326,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() {
@@ -350,7 +352,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/f779450d/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..7a89f22
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/f779450d/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..58bbe67
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/f779450d/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..150aed8
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.3.0.zip differ