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 908D5110E0 for ; Wed, 9 Apr 2014 15:38:20 +0000 (UTC) Received: (qmail 49481 invoked by uid 500); 9 Apr 2014 15:38:17 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 49419 invoked by uid 500); 9 Apr 2014 15:38:16 -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 49402 invoked by uid 99); 9 Apr 2014 15:38:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 15:38:16 +0000 Date: Wed, 9 Apr 2014 15:38:15 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-5587) TestSimpleTextDocValuesFormat.testMergeStability -seed 161C8BDA82B2190F MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13964290#comment-13964290 ] ASF subversion and git services commented on LUCENE-5587: --------------------------------------------------------- Commit 1585995 from mikemccand@apache.org in branch 'dev/branches/branch_4x' [ https://svn.apache.org/r1585995 ] LUCENE-5587: fix SimpleText so its doc-values .dat files are same size regardless of order that fields were added > TestSimpleTextDocValuesFormat.testMergeStability -seed 161C8BDA82B2190F > ----------------------------------------------------------------------- > > Key: LUCENE-5587 > URL: https://issues.apache.org/jira/browse/LUCENE-5587 > Project: Lucene - Core > Issue Type: Bug > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 4.8, 5.0 > > Attachments: LUCENE-5587.patch > > > Fails with this: > {noformat} > java.lang.AssertionError: expected:<{null=91, dat=39791, gen=36, pst=24, inf=697, fld=14434}> but was:<{null=91, dat=39792, gen=36, pst=24, inf=697, fld=14434}> > at __randomizedtesting.SeedInfo.seed([161C8BDA82B2190F:6250CDF58F581BB9]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:147) > at org.apache.lucene.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:111) > at org.apache.lucene.index.BaseDocValuesFormatTestCase.testMergeStability(BaseDocValuesFormatTestCase.java:70) > {noformat} > I'm digging ... it's because we add the DV fields in a different order for the 2nd index ... not sure why the other DVFs aren't affected (or maybe they are). -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org