You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/12/21 09:28:37 UTC

[2/2] lucene-solr:branch_7x: Add 7.2.0 back compat test indexes.

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

Branch: refs/heads/branch_7x
Commit: c8a6b6ab68f6d4fd07926a8f304d079e008f6d1b
Parents: 994f329
Author: Adrien Grand <jp...@gmail.com>
Authored: Thu Dec 21 10:27:36 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Thu Dec 21 10:27:36 2017 +0100

----------------------------------------------------------------------
 .../scripts/__pycache__/scriptutil.cpython-35.pyc | Bin 5048 -> 0 bytes
 .../lucene/index/TestBackwardsCompatibility.java  |   7 +++++--
 .../org/apache/lucene/index/index.7.2.0-cfs.zip   | Bin 0 -> 15638 bytes
 .../org/apache/lucene/index/index.7.2.0-nocfs.zip | Bin 0 -> 15630 bytes
 .../test/org/apache/lucene/index/sorted.7.2.0.zip | Bin 0 -> 207473 bytes
 5 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c8a6b6ab/dev-tools/scripts/__pycache__/scriptutil.cpython-35.pyc
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/__pycache__/scriptutil.cpython-35.pyc b/dev-tools/scripts/__pycache__/scriptutil.cpython-35.pyc
deleted file mode 100644
index e04157d..0000000
Binary files a/dev-tools/scripts/__pycache__/scriptutil.cpython-35.pyc and /dev/null differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c8a6b6ab/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 09e83a8..f4980ba 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
@@ -319,7 +319,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.0.1-cfs",
     "7.0.1-nocfs",
     "7.1.0-cfs",
-    "7.1.0-nocfs"
+    "7.1.0-nocfs",
+    "7.2.0-cfs",
+    "7.2.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -340,7 +342,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.6.6.2",
     "sorted.7.0.0",
     "sorted.7.0.1",
-    "sorted.7.1.0"
+    "sorted.7.1.0",
+    "sorted.7.2.0"
   };
 
   public static String[] getOldSortedNames() {

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

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

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