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 10:09:14 UTC

[lucene] 03/05: Add 6.5.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_5
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 88fdc91c288adf65860fb52f70d7aafbaeb0163c
Author: Jim Ferenczi <ji...@apache.org>
AuthorDate: Thu Apr 27 13:46:32 2017 +0200

    Add 6.5.1 back compat test indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   4 +++-
 .../test/org/apache/lucene/index/index.6.5.1-cfs.zip    | Bin 0 -> 15824 bytes
 .../test/org/apache/lucene/index/index.6.5.1-nocfs.zip  | Bin 0 -> 15842 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 cc11338..ca2df16 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
@@ -327,7 +327,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.4.2-cfs",
       "6.4.2-nocfs",
       "6.5.0-cfs",
-      "6.5.0-nocfs"
+      "6.5.0-nocfs",
+      "6.5.1-cfs",
+      "6.5.1-nocfs"
   };
   
   final String[] unsupportedNames = {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-cfs.zip
new file mode 100644
index 0000000..5bac404
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip
new file mode 100644
index 0000000..4aa7a90
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip differ