Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 12523 invoked from network); 13 Nov 2010 16:47:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Nov 2010 16:47:04 -0000 Received: (qmail 40363 invoked by uid 500); 13 Nov 2010 16:47:35 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 40321 invoked by uid 500); 13 Nov 2010 16:47:34 -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 40314 invoked by uid 99); 13 Nov 2010 16:47:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Nov 2010 16:47:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Nov 2010 16:47:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oADGlDgt029470 for ; Sat, 13 Nov 2010 16:47:13 GMT Message-ID: <28443584.61241289666833218.JavaMail.jira@thor> Date: Sat, 13 Nov 2010 11:47:13 -0500 (EST) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-2758) TestPerFieldCodecSupport intermittent fail In-Reply-To: <5451021.60491289658253232.JavaMail.jira@thor> 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-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2758. ---------------------------------------- Resolution: Fixed Fix Version/s: 4.0 Failure was just because the random IWC was causing too many segments... > TestPerFieldCodecSupport intermittent fail > ------------------------------------------ > > Key: LUCENE-2758 > URL: https://issues.apache.org/jira/browse/LUCENE-2758 > Project: Lucene - Java > Issue Type: Bug > Reporter: Michael McCandless > Fix For: 4.0 > > > {noformat} > [junit] Testsuite: org.apache.lucene.index.TestPerFieldCodecSupport > [junit] Testcase: testChangeCodecAndMerge(org.apache.lucene.index.TestPerFieldCodecSupport): FAILED > [junit] expected:<4> but was:<3> > [junit] junit.framework.AssertionFailedError: expected:<4> but was:<3> > [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881) > [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847) > [junit] at org.apache.lucene.index.TestPerFieldCodecSupport.assertHybridCodecPerField(TestPerFieldCodecSupport.java:189) > [junit] at org.apache.lucene.index.TestPerFieldCodecSupport.testChangeCodecAndMerge(TestPerFieldCodecSupport.java:145) > [junit] > [junit] > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.416 sec > [junit] > [junit] ------------- Standard Output --------------- > [junit] NOTE: reproduce with: ant test -Dtestcase=TestPerFieldCodecSupport -Dtestmethod=testChangeCodecAndMerge -Dtests.seed=1508266713336297966:-102145263724760840 > [junit] NOTE: test params are: codec=SimpleText, locale=ms, timezone=America/Winnipeg > [junit] ------------- ---------------- --------------- > [junit] ------------- Standard Error ----------------- > [junit] NOTE: all tests run in this JVM: > [junit] [TestPerFieldCodecSupport] > [junit] ------------- ---------------- --------------- > [junit] Test org.apache.lucene.index.TestPerFieldCodecSupport FAILED > {noformat} > I haven't tried to figure it out yet... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org