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 C5FA8483D for ; Wed, 8 Jun 2011 18:12:00 +0000 (UTC) Received: (qmail 6236 invoked by uid 500); 8 Jun 2011 18:11:59 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 6177 invoked by uid 500); 8 Jun 2011 18:11:59 -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 6170 invoked by uid 99); 8 Jun 2011 18:11:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 18:11:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryantxu@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 18:11:53 +0000 Received: by wyb40 with SMTP id 40so850797wyb.35 for ; Wed, 08 Jun 2011 11:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=TdeYJmxoOihRU4U60IkBSRHzWa7XmScENpmvEX0j0jE=; b=Nid7/bWUectWF6D8rSes9/VkRtYVLIxZSUb5IlGHVwPwmJh5Nyi9stq8RnuRVFuR4o C6JenyMZh9WHzxVXHZds4VnRaaBuj7/fS94pxq21/11xHas+Um8jftXHpGYnskmj8N7f qP+jmhe9QEiZL0ufv/p6wrI68NLlu+wF4kS0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ozhwL6SO3Zm+fewF0zxgK14jaggTi4lPgrYR9fZaFycUyof0JIz416sLhBZ3zvbpwO GjFwXzxX2W9SQxedWC/HbrYLR6MMAMPVvFuYTLdpBrJqO8kBzHSqzY1RImtxVWehBjJQ gX3WbMyuiYSHwILHaLR3o695oTvi44ZQhivPo= MIME-Version: 1.0 Received: by 10.227.206.133 with SMTP id fu5mr7842306wbb.31.1307556691797; Wed, 08 Jun 2011 11:11:31 -0700 (PDT) Received: by 10.227.13.141 with HTTP; Wed, 8 Jun 2011 11:11:31 -0700 (PDT) Date: Wed, 8 Jun 2011 14:11:31 -0400 Message-ID: Subject: TestAddIndexes failure From: Ryan McKinley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hit this while testing some solr changes... I have not tried on a clean trunk yet [junit] Testsuite: org.apache.lucene.index.TestAddIndexes [junit] Testcase: testAddIndexesWithRollback(org.apache.lucene.index.TestAddIndexes): FAILED [junit] [junit] junit.framework.AssertionFailedError: [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1362) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1280) [junit] at org.apache.lucene.index.TestAddIndexes.testAddIndexesWithRollback(TestAddIndexes.java:932) [junit] [junit] [junit] Tests run: 20, Failures: 1, Errors: 0, Time elapsed: 9.521 sec [junit] [junit] ------------- Standard Output --------------- [junit] java.io.FileNotFoundException: _cb_0.tib [junit] at org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:121) [junit] at org.apache.lucene.store.MockDirectoryWrapper.fileLength(MockDirectoryWrapper.java:606) [junit] at org.apache.lucene.index.SegmentInfo.sizeInBytes(SegmentInfo.java:294) [junit] at org.apache.lucene.index.TieredMergePolicy.size(TieredMergePolicy.java:633) [junit] at org.apache.lucene.index.TieredMergePolicy.useCompoundFile(TieredMergePolicy.java:611) [junit] at org.apache.lucene.index.IndexWriter.addIndexes(IndexWriter.java:2459) [junit] at org.apache.lucene.index.TestAddIndexes$CommitAndAddIndexes3.doBody(TestAddIndexes.java:847) [junit] at org.apache.lucene.index.TestAddIndexes$RunAddIndexesThreads$1.run(TestAddIndexes.java:675) [junit] java.io.FileNotFoundException: _c3.fdt [junit] at org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:121) [junit] at org.apache.lucene.store.MockDirectoryWrapper.fileLength(MockDirectoryWrapper.java:606) [junit] at org.apache.lucene.index.SegmentInfo.sizeInBytes(SegmentInfo.java:294) [junit] at org.apache.lucene.index.TieredMergePolicy.size(TieredMergePolicy.java:633) [junit] at org.apache.lucene.index.TieredMergePolicy.useCompoundFile(TieredMergePolicy.java:611) [junit] at org.apache.lucene.index.IndexWriter.addIndexes(IndexWriter.java:2459) [junit] at org.apache.lucene.index.TestAddIndexes$CommitAndAddIndexes3.doBody(TestAddIndexes.java:847) [junit] at org.apache.lucene.index.TestAddIndexes$RunAddIndexesThreads$1.run(TestAddIndexes.java:675) [junit] java.io.FileNotFoundException: _cu.fdt [junit] at org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:121) [junit] at org.apache.lucene.store.MockDirectoryWrapper.fileLength(MockDirectoryWrapper.java:606) [junit] at org.apache.lucene.index.SegmentInfo.sizeInBytes(SegmentInfo.java:294) [junit] at org.apache.lucene.index.TieredMergePolicy.size(TieredMergePolicy.java:633) [junit] at org.apache.lucene.index.TieredMergePolicy.useCompoundFile(TieredMergePolicy.java:611) [junit] at org.apache.lucene.index.IndexWriter.addIndexes(IndexWriter.java:2459) [junit] at org.apache.lucene.index.TestAddIndexes$CommitAndAddIndexes3.doBody(TestAddIndexes.java:847) [junit] at org.apache.lucene.index.TestAddIndexes$RunAddIndexesThreads$1.run(TestAddIndexes.java:675) [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] NOTE: reproduce with: ant test -Dtestcase=TestAddIndexes -Dtestmethod=testAddIndexesWithRollback -Dtests.seed=-4910267235658469444:-5699216116893861784 [junit] NOTE: test params are: codec=RandomCodecProvider: {id=MockRandom, content=Standard, d=MockVariableIntBlock(baseBlockSize=41), c=MockFixedIntBlock(blockSize=61)}, locale=el_GR, timezone=Eur ope/Zurich [junit] NOTE: all tests run in this JVM: [junit] [TestAssertions, TestCharTermAttributeImpl, TestAddIndexes] [junit] NOTE: Windows Vista 6.0 amd64/Sun Microsystems Inc. 1.6.0_13 (64-bit)/cpus=8,threads=1,free=124894328,total=220463104 [junit] ------------- ---------------- --------------- [junit] TEST org.apache.lucene.index.TestAddIndexes FAILED ryan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org