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 6A106459F for ; Sat, 4 Jun 2011 05:23:31 +0000 (UTC) Received: (qmail 2033 invoked by uid 500); 4 Jun 2011 05:23:30 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 1885 invoked by uid 500); 4 Jun 2011 05:23:30 -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 1875 invoked by uid 99); 4 Jun 2011 05:23:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2011 05:23:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2011 05:23:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 72F5BF3C16 for ; Sat, 4 Jun 2011 05:22:47 +0000 (UTC) Date: Sat, 4 Jun 2011 05:22:47 +0000 (UTC) From: "selckin (JIRA)" To: dev@lucene.apache.org Message-ID: <1958472896.68088.1307164967467.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (LUCENE-3170) TestDocValuesIndexing reproducible test failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 TestDocValuesIndexing reproducible test failure ------------------------------------------------ Key: LUCENE-3170 URL: https://issues.apache.org/jira/browse/LUCENE-3170 Project: Lucene - Java Issue Type: Bug Reporter: selckin docvalues branch: r1131275 {code} [junit] Testsuite: org.apache.lucene.index.values.TestDocValuesIndexing [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.81 sec [junit] [junit] ------------- Standard Error ----------------- [junit] NOTE: reproduce with: ant test -Dtestcase=TestDocValuesIndexing -Dtestmethod=testAddIndexes -Dtests.seed=-3253978684351194958:-8331223747763543724 [junit] NOTE: test params are: codec=RandomCodecProvider: {id=Standard, BYTES_VAR_STRAIGHT=Pulsing(freqCutoff=12), BYTES_FIXED_SORTED=MockRandom}, locale=es_MX, timezone=Pacific/Chatham [junit] NOTE: all tests run in this JVM: [junit] [TestDocValuesIndexing] [junit] NOTE: Linux 2.6.39-gentoo amd64/Sun Microsystems Inc. 1.6.0_25 (64-bit)/cpus=8,threads=1,free=89168480,total=125632512 [junit] ------------- ---------------- --------------- [junit] Testcase: testAddIndexes(org.apache.lucene.index.values.TestDocValuesIndexing): FAILED [junit] [first=BYTES_FIXED_SORTED, second=BYTES_VAR_STRAIGHT] expected:<9> but was:<10> [junit] junit.framework.AssertionFailedError: [first=BYTES_FIXED_SORTED, second=BYTES_VAR_STRAIGHT] expected:<9> but was:<10> [junit] at org.apache.lucene.index.values.TestDocValuesIndexing.testAddIndexes(TestDocValuesIndexing.java:208) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1348) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1266) [junit] [junit] [junit] Test org.apache.lucene.index.values.TestDocValuesIndexing FAILED {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org