You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/03/27 06:05:32 UTC

[38/39] lucene-solr:feature/autoscaling: Add 6.5.0 back compat test indexes

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

Branch: refs/heads/feature/autoscaling
Commit: f492d314aa198945c163004873f17a9cdb464516
Parents: 5a7670f
Author: Jim Ferenczi <ji...@elastic.co>
Authored: Sat Mar 25 18:37:25 2017 +0100
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Mon Mar 27 11:34:11 2017 +0530

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   4 +++-
 .../org/apache/lucene/index/index.6.5.0-cfs.zip    | Bin 0 -> 15832 bytes
 .../org/apache/lucene/index/index.6.5.0-nocfs.zip  | Bin 0 -> 15836 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f492d314/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 1dda6b6..8e87dcc 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
@@ -297,7 +297,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "6.4.1-cfs",
     "6.4.1-nocfs",
     "6.4.2-cfs",
-    "6.4.2-nocfs"
+    "6.4.2-nocfs",
+    "6.5.0-cfs",
+    "6.5.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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