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:06 UTC

[15/28] lucene-solr:branch_6x: 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/29ddc081
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/29ddc081
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/29ddc081

Branch: refs/heads/branch_6x
Commit: 29ddc081c6fb78556cda95589cb226775019ef62
Parents: cb47769
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Jun 25 13:26:05 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Jun 25 13:26:05 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/29ddc081/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 d5dcd9a..d357d74 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
@@ -238,6 +238,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",
       "6.0.0-cfs",
       "6.0.0-nocfs",
       "6.0.1-cfs",

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

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