From commits-return-108409-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed May 29 16:17:07 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7B46B18064C for ; Wed, 29 May 2019 18:17:07 +0200 (CEST) Received: (qmail 31165 invoked by uid 500); 29 May 2019 16:17:06 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 31154 invoked by uid 99); 29 May 2019 16:17:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2019 16:17:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A00558A311; Wed, 29 May 2019 16:17:06 +0000 (UTC) Date: Wed, 29 May 2019 16:17:06 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] branch branch_8x updated: Add backcompat indexes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155914662653.22227.5776254869185803026@gitbox.apache.org> From: ab@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/branch_8x X-Git-Reftype: branch X-Git-Oldrev: 190b633b7eb42019ffc0e4f8287d27b50b4438be X-Git-Newrev: e4016643e49e690abcab01583dabeeab72e59635 X-Git-Rev: e4016643e49e690abcab01583dabeeab72e59635 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ab pushed a commit to branch branch_8x in repository https://gitbox.apache.org/repos/asf/lucene-solr.git The following commit(s) were added to refs/heads/branch_8x by this push: new e401664 Add backcompat indexes. e401664 is described below commit e4016643e49e690abcab01583dabeeab72e59635 Author: Andrzej Bialecki AuthorDate: Wed May 29 18:16:27 2019 +0200 Add backcompat indexes. --- .../apache/lucene/index/TestBackwardsCompatibility.java | 7 +++++-- .../test/org/apache/lucene/index/index.8.1.1-cfs.zip | Bin 0 -> 15689 bytes .../test/org/apache/lucene/index/index.8.1.1-nocfs.zip | Bin 0 -> 15684 bytes .../src/test/org/apache/lucene/index/sorted.8.1.1.zip | Bin 0 -> 81130 bytes 4 files changed, 5 insertions(+), 2 deletions(-) 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 3b4f695..f302930 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 @@ -314,7 +314,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "8.0.0-cfs", "8.0.0-nocfs", "8.1.0-cfs", - "8.1.0-nocfs" + "8.1.0-nocfs", + "8.1.1-cfs", + "8.1.1-nocfs" }; public static String[] getOldNames() { @@ -335,7 +337,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "sorted.7.7.0", "sorted.7.7.1", "sorted.8.0.0", - "sorted.8.1.0" + "sorted.8.1.0", + "sorted.8.1.1" }; public static String[] getOldSortedNames() { diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.1.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.1.1-cfs.zip new file mode 100644 index 0000000..5a7f221 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.1.1-cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.1.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.1.1-nocfs.zip new file mode 100644 index 0000000..10131eb Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.1.1-nocfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.1.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.1.1.zip new file mode 100644 index 0000000..3e366e1 Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.1.1.zip differ