You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/04/03 09:53:29 UTC

[lucene-solr] branch master updated: Adding 6.6.6 backcompat indexes

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new bbf6722  Adding 6.6.6 backcompat indexes
bbf6722 is described below

commit bbf6722e6a2a50473c602fe2e8abb933dd742b82
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Apr 3 15:23:10 2019 +0530

    Adding 6.6.6 backcompat indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   2 ++
 .../org/apache/lucene/index/unsupported.6.6.6-cfs.zip   | Bin 0 -> 15880 bytes
 .../org/apache/lucene/index/unsupported.6.6.6-nocfs.zip | Bin 0 -> 15856 bytes
 3 files changed, 2 insertions(+)

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 d208e4c..ae45eb7 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
@@ -471,6 +471,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.6.4-nocfs",
       "6.6.5-cfs",
       "6.6.5-nocfs",
+      "6.6.6-cfs",
+      "6.6.6-nocfs",
       "7.0.0-cfs",
       "7.0.0-nocfs",
       "7.0.1-cfs",
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-cfs.zip
new file mode 100644
index 0000000..0047053
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-nocfs.zip
new file mode 100644
index 0000000..5d04f81
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.6-nocfs.zip differ