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 22B6CD7A1 for ; Sun, 18 Nov 2012 20:24:59 +0000 (UTC) Received: (qmail 76184 invoked by uid 500); 18 Nov 2012 20:24:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 76102 invoked by uid 500); 18 Nov 2012 20:24:58 -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 76031 invoked by uid 99); 18 Nov 2012 20:24:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 20:24:58 +0000 Date: Sun, 18 Nov 2012 20:24:58 +0000 (UTC) From: "Shawn Heisey (JIRA)" To: dev@lucene.apache.org Message-ID: <1128179842.667.1353270298763.JavaMail.jiratomcat@arcas> In-Reply-To: <1747476694.635.1353268738150.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (SOLR-4092) Test failure in org.apache.solr.core.TestConfig.testDefaults31 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/SOLR-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499890#comment-13499890 ] Shawn Heisey commented on SOLR-4092: ------------------------------------ Originally, the code that set the default ramBufferSizeMB used 32 for LUCENE_36 or later, and 16 for LUCENE_35 and earlier. Now it just sets it to a blanket default of 100. Should the ramBufferSizeMB test be removed from testDefaults31, or should the code set it to 100 for LUCENE_41 or higher, 32 for LUCENE36 and LUCENE_40, and 16 for LUCENE_35 and earlier? Trunk doesn't have testDefaults31 at all, so it passes. > Test failure in org.apache.solr.core.TestConfig.testDefaults31 > -------------------------------------------------------------- > > Key: SOLR-4092 > URL: https://issues.apache.org/jira/browse/SOLR-4092 > Project: Solr > Issue Type: Bug > Affects Versions: 4.1 > Reporter: Shawn Heisey > Fix For: 4.1 > > > Checkout of branch_4x on 2012/11/18 at about 19:00 UTC. > [junit4:junit4] FAILURE 0.21s | TestConfig.testDefaults31 <<< > [junit4:junit4] > Throwable #1: java.lang.AssertionError: default ramBufferSizeMB should be 16 > [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([25295D05EC822830:3C3BA9C90D30C561]:0) > [junit4:junit4] > at org.junit.Assert.fail(Assert.java:93) > [junit4:junit4] > at org.junit.Assert.assertTrue(Assert.java:43) > [junit4:junit4] > at org.apache.solr.core.TestConfig.testDefaults31(TestConfig.java:152) > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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