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

[38/39] lucene-solr:jira/solr-11779: Add 7.3.1 back compat test indexes

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

Branch: refs/heads/jira/solr-11779
Commit: f959777995c1cfb7ae839c1729cfce62403e1586
Parents: 16cb414
Author: Cao Manh Dat <da...@apache.org>
Authored: Tue May 15 10:16:50 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Tue May 15 10:16:50 2018 +0700

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.7.3.1-cfs.zip    | Bin 0 -> 15652 bytes
 .../org/apache/lucene/index/index.7.3.1-nocfs.zip  | Bin 0 -> 15640 bytes
 .../test/org/apache/lucene/index/sorted.7.3.1.zip  | Bin 0 -> 80784 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f9597779/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 e80bf9b..8e24ea8 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
@@ -298,7 +298,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.2.1-cfs",
     "7.2.1-nocfs",
     "7.3.0-cfs",
-    "7.3.0-nocfs"
+    "7.3.0-nocfs",
+    "7.3.1-cfs",
+    "7.3.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -311,7 +313,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.1.0",
     "sorted.7.2.0",
     "sorted.7.2.1",
-    "sorted.7.3.0"
+    "sorted.7.3.0",
+    "sorted.7.3.1"
   };
 
   public static String[] getOldSortedNames() {

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

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

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