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

[11/28] lucene-solr:branch_6_0: 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/62dff546
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/62dff546
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/62dff546

Branch: refs/heads/branch_6_0
Commit: 62dff546ed40455f0bb2c6751153e67f895492db
Parents: 9ae39f1
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Jun 25 13:17:08 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Jun 25 13:17:08 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/62dff546/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 64acce0..7f656a6 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/62dff546/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..d5ee38a
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/62dff546/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..e5d591c
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.2-nocfs.zip differ