You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:48:33 UTC

[lucene] 03/19: Add 6.2.1 back compat test indexes

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

dweiss pushed a commit to branch branch_6_2
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 100b50f232ea517fcb12eee70012624c06255695
Author: Shalin Shekhar Mangar <sh...@apache.org>
AuthorDate: Wed Sep 21 02:36:50 2016 +0530

    Add 6.2.1 back compat test indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   4 +++-
 .../test/org/apache/lucene/index/index.6.2.1-cfs.zip    | Bin 0 -> 15837 bytes
 .../test/org/apache/lucene/index/index.6.2.1-nocfs.zip  | Bin 0 -> 15839 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

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 4dc7500..915b102 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
@@ -254,7 +254,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.1.0-cfs",
       "6.1.0-nocfs",
       "6.2.0-cfs",
-      "6.2.0-nocfs"
+      "6.2.0-nocfs",
+      "6.2.1-cfs",
+      "6.2.1-nocfs"
   };
   
   final String[] unsupportedNames = {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-cfs.zip
new file mode 100644
index 0000000..e0977f5
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-nocfs.zip
new file mode 100644
index 0000000..b765a76
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.2.1-nocfs.zip differ