You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/25 18:53:08 UTC

[17/28] lucene-solr:master: Add 5.5.2 back compat test indexes

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

Branch: refs/heads/master
Commit: aa4c87de859934a784a43c2ba7db70ff58032f90
Parents: 0018003
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Jun 25 14:27:58 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Jun 25 14:27:58 2016 -0400

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   2 ++
 .../apache/lucene/index/unsupported.5.5.2-cfs.zip  | Bin 0 -> 13712 bytes
 .../lucene/index/unsupported.5.5.2-nocfs.zip       | Bin 0 -> 13720 bytes
 3 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/aa4c87de/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 7d32c8f..11096e4 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
@@ -349,6 +349,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.5.0-nocfs",
       "5.5.1-cfs",
       "5.5.1-nocfs",
+      "5.5.2-cfs",
+      "5.5.2-nocfs"
   };
 
   // TODO: on 6.0.0 release, gen the single segment indices and add here:

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

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