[ 
https://issues.apache.org/jira/browse/LUCENE-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906720#action_12906720
 ] 

Michael McCandless commented on LUCENE-2118:
--------------------------------------------

Steven A Rowe just hit this again, on trunk:

{noformat}
NOTE: random codec of testcase 'testMaxBufferedDocsChange' was: MockSep
NOTE: random locale of testcase 'testMaxBufferedDocsChange' was: en_PH
NOTE: random timezone of testcase 'testMaxBufferedDocsChange' was: 
America/Indianapolis
NOTE: random seed of testcase 'testMaxBufferedDocsChange' was: 
4118460220441676374

junit.framework.AssertionFailedError: maxMergeDocs=2147483647; numSegments=11; 
upperBound=10; mergeFactor=10; segs=_65:c5950 _5t:c10->_32 _5u:c10->_32 
_5v:c10->_32 _5w:c10->_32 _5x:c10->_32 _5y:c10->_32 _5z:c10->_32 _60:c10->_32 
_61:c10->_32 _62:c1->_32 _63:c9->_62
       at 
org.apache.lucene.index.TestIndexWriterMergePolicy.checkInvariants(TestIndexWriterMergePolicy.java:251)
       at 
org.apache.lucene.index.TestIndexWriterMergePolicy.testMaxBufferedDocsChange(TestIndexWriterMergePolicy.java:177)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:395)
       at org.apache.lucene.util.LuceneTestCase.run(LuceneTestCase.java:387)
       at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
       at org.junit.runners.Suite.runChild(Suite.java:128)
       at org.junit.runners.Suite.runChild(Suite.java:24)
       at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
       at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
       at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
       at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
       at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
       at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
       at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
       at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:94)
       at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:192)
       at 
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:64)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at com.intellij.rt.execution.application.AppMain.main(AppMain.java:115)
{noformat}

> Intermittent failure in TestIndexWriterMergePolicy.testMaxBufferedDocsChange
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2118
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2118
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1
>            Reporter: Michael McCandless
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>
> Last night's build failed from it: 
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1019/changes
> Here's the exc:
> {code}
>     [junit] Testcase: 
> testMaxBufferedDocsChange(org.apache.lucene.index.TestIndexWriterMergePolicy):
>   FAILED
>     [junit] maxMergeDocs=2147483647; numSegments=11; upperBound=10; 
> mergeFactor=10
>     [junit] junit.framework.AssertionFailedError: maxMergeDocs=2147483647; 
> numSegments=11; upperBound=10; mergeFactor=10
>     [junit]   at 
> org.apache.lucene.index.TestIndexWriterMergePolicy.checkInvariants(TestIndexWriterMergePolicy.java:234)
>     [junit]   at 
> org.apache.lucene.index.TestIndexWriterMergePolicy.testMaxBufferedDocsChange(TestIndexWriterMergePolicy.java:164)
>     [junit]   at 
> org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:208)
> {code}
> Test doesn't fail if I run on opensolaris nor os X machines...

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

Reply via email to