Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 45537 invoked from network); 23 Oct 2010 16:56:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Oct 2010 16:56:47 -0000 Received: (qmail 20812 invoked by uid 500); 23 Oct 2010 16:56:47 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 20607 invoked by uid 500); 23 Oct 2010 16:56:46 -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 20600 invoked by uid 99); 23 Oct 2010 16:56:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Oct 2010 16:56:46 +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, 23 Oct 2010 16:56:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9NGuM6u002865 for ; Sat, 23 Oct 2010 16:56:22 GMT Message-ID: <23181022.42491287852982328.JavaMail.jira@thor> Date: Sat, 23 Oct 2010 12:56:22 -0400 (EDT) From: "Shai Erera (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2721) Random Failure TestSizeBoundedOptimize#testFirstSegmentTooLarge In-Reply-To: <32240447.41601287835819164.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924214#action_12924214 ] Shai Erera commented on LUCENE-2721: ------------------------------------ What do you mean by 'most test'? Most test classes in Lucene, or most test cases in TestSizeBoundedOptimize? The test cases in the latter (where this 'wiring' was done) do care. > Random Failure TestSizeBoundedOptimize#testFirstSegmentTooLarge > --------------------------------------------------------------- > > Key: LUCENE-2721 > URL: https://issues.apache.org/jira/browse/LUCENE-2721 > Project: Lucene - Java > Issue Type: Test > Components: Index > Affects Versions: CSF branch, 4.0 > Reporter: Simon Willnauer > Assignee: Shai Erera > Fix For: 3.1, 4.0 > > Attachments: LUCENE-2721.patch, LUCENE-2721.patch > > > I am seeing this on trunk > {noformat} > [junit] Testsuite: org.apache.lucene.index.TestSizeBoundedOptimize > [junit] Testcase: testFirstSegmentTooLarge(org.apache.lucene.index.TestSizeBoundedOptimize): FAILED > [junit] expected:<2> but was:<1> > [junit] junit.framework.AssertionFailedError: expected:<2> but was:<1> > [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:882) > [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:848) > [junit] at org.apache.lucene.index.TestSizeBoundedOptimize.testFirstSegmentTooLarge(TestSizeBoundedOptimize.java:160) > [junit] > [junit] > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.658 sec > [junit] > [junit] ------------- Standard Output --------------- > [junit] NOTE: reproduce with: ant test -Dtestcase=TestSizeBoundedOptimize -Dtestmethod=testFirstSegmentTooLarge -Dtests.seed=7354441978302993522:-457602792543755447 -Dtests.multiplier=3 > [junit] NOTE: test params are: codec=Standard, locale=sv_SE, timezone=Mexico/BajaNorte > [junit] ------------- ---------------- --------------- > [junit] ------------- Standard Error ----------------- > [junit] NOTE: all tests run in this JVM: > [junit] [TestSizeBoundedOptimize] > [junit] ------------- ---------------- --------------- > [junit] Test org.apache.lucene.index.TestSizeBoundedOptimize FAILED > {noformat} > when running with this seed > ant test -Dtestcase=TestSizeBoundedOptimize -Dtestmethod=testFirstSegmentTooLarge -Dtests.seed=7354441978302993522:-457602792543755447 -Dtests.multiplier=3 -- 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