[ 
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)
> <snip>

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to