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

Hoss Man commented on LUCENE-4618:
----------------------------------

{noformat}

test:
    [mkdir] Created dir: /home/hossman/lucene/dev/lucene/build/core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 
3FACDC7EBD23CB80:3D65D783617F94F1
[junit4:junit4] <JUnit4> says 今日は! Master seed: 
3FACDC7EBD23CB80:3D65D783617F94F1
[junit4:junit4] Executing 1 suite with 1 JVM.
[junit4:junit4] 
[junit4:junit4] Suite: org.apache.lucene.util.TestMaxFailuresRule
[junit4:junit4] FAILURE 1.26s | TestMaxFailuresRule.testMaxFailures <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<0>
[junit4:junit4]    >    at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    >    at org.junit.Assert.failNotEquals(Assert.java:647)
[junit4:junit4]    >    at org.junit.Assert.assertEquals(Assert.java:128)
[junit4:junit4]    >    at org.junit.Assert.assertEquals(Assert.java:472)
[junit4:junit4]    >    at org.junit.Assert.assertEquals(Assert.java:456)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestMaxFailuresRule.testMaxFailures(TestMaxFailuresRule.java:92)
[junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
[junit4:junit4]    >    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    >    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:616)
[junit4:junit4]    >    at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit4:junit4]    >    at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit4:junit4]    >    at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit4:junit4]    >    at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit4:junit4]    >    at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit4:junit4]    >    at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    >    at org.junit.rules.RunRules.evaluate(RunRules.java:18)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit4:junit4]    >    at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit4:junit4]    >    at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit4:junit4]    >    at 
org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit4:junit4]    >    at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:161)
[junit4:junit4]    >    at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:255)
[junit4:junit4]    >    at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:12)
[junit4:junit4] Completed in 1.27s, 1 test, 1 failure <<< FAILURES!
[junit4:junit4] 
[junit4:junit4] 
[junit4:junit4] Tests with failures:
[junit4:junit4]   - org.apache.lucene.util.TestMaxFailuresRule.testMaxFailures
[junit4:junit4] 
[junit4:junit4] 
[junit4:junit4] JVM J0:     0.47 ..     2.35 =     1.87s
[junit4:junit4] Execution time total: 2.35 sec.
[junit4:junit4] Tests summary: 1 suite, 1 test, 1 failure
{noformat}
                
> reproducable failure of TestMaxFailuresRule
> -------------------------------------------
>
>                 Key: LUCENE-4618
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4618
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> james mentioned on the dev list that TestMaxFailuresRule fails reliable for 
> him on multiple platforms when using 
> -Dtests.seed=3FACDC7EBD23CB80:3D65D783617F94F1
> I was able to reproduce on my linux box as of trunk r1420486.

--
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