Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 749A3180CD for ; Wed, 10 Feb 2016 15:48:19 +0000 (UTC) Received: (qmail 41728 invoked by uid 500); 10 Feb 2016 15:48:18 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41476 invoked by uid 500); 10 Feb 2016 15:48:18 -0000 Mailing-List: contact dev-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 dev@lucene.apache.org Received: (qmail 41458 invoked by uid 99); 10 Feb 2016 15:48:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 15:48:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4CD052C1F64 for ; Wed, 10 Feb 2016 15:48:18 +0000 (UTC) Date: Wed, 10 Feb 2016 15:48:18 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-6932?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6932: --------------------------------------- Fix Version/s: 5.4.2 > Seek past EOF with RAMDirectory should throw EOFException > --------------------------------------------------------- > > Key: LUCENE-6932 > URL: https://issues.apache.org/jira/browse/LUCENE-6932 > Project: Lucene - Core > Issue Type: Bug > Components: core/index > Affects Versions: master > Reporter: St=C3=A9phane Campinas > Fix For: master, 5.x, 5.4.2 > > Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.pa= tch, issue6932.patch, testcase.txt > > > In the JUnit test case from the attached file, I call "IndexInput.seek()"= on a position past > EOF. However, there is no EOFException that is thrown. > To reproduce the error, please use the seed test: -Dtests.seed=3D8273A81C= 129D35E2 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org