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

Robert Muir commented on SOLR-5793:
-----------------------------------

Hoss, are you sure the assume is working? this test tripped last night on J9:
{noformat}
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9515/
Java: 64bit/ibm-j9-jdk7 
-Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

2 tests failed.
REGRESSION:  
org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testMultiThreaded

Error Message:
expected:<1> but was:<3>
{noformat}

What I do know works, and have used before is this:
{code}
Constants.JAVA_VENDOR.startsWith("IBM")
{code}

> SignatureUpdateProcessorFactoryTest routinely fails on J9
> ---------------------------------------------------------
>
>                 Key: SOLR-5793
>                 URL: https://issues.apache.org/jira/browse/SOLR-5793
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> Two very similar looking failures pop up frequently, but not always 
> together...
> {noformat}
> REGRESSION:  
> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testMultiThreaded
> Error Message:
> expected:<1> but was:<2>
> Stack Trace:
> java.lang.AssertionError: expected:<1> but was:<2>
>       at 
> __randomizedtesting.SeedInfo.seed([791041A112471F1D:18859B41FA9615EB]:0)
>       at org.junit.Assert.fail(Assert.java:93)
>       at org.junit.Assert.failNotEquals(Assert.java:647)
>       at org.junit.Assert.assertEquals(Assert.java:128)
>       at org.junit.Assert.assertEquals(Assert.java:472)
>       at org.junit.Assert.assertEquals(Assert.java:456)
>       at 
> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.checkNumDocs(SignatureUpdateProcessorFactoryTest.java:71)
>       at 
> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testMultiThreaded(SignatureUpdateProcessorFactoryTest.java:222)
> {noformat}
> {noformat}
> REGRESSION:  
> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testDupeDetection
> Error Message:
> expected:<1> but was:<2>
> Stack Trace:
> java.lang.AssertionError: expected:<1> but was:<2>
>       at 
> __randomizedtesting.SeedInfo.seed([16A8922439B48E61:4D9869EC3AF32D1D]:0)
>       at org.junit.Assert.fail(Assert.java:93)
>       at org.junit.Assert.failNotEquals(Assert.java:647)
>       at org.junit.Assert.assertEquals(Assert.java:128)
>       at org.junit.Assert.assertEquals(Assert.java:472)
>       at org.junit.Assert.assertEquals(Assert.java:456)
>       at 
> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.checkNumDocs(SignatureUpdateProcessorFactoryTest.java:71)
>       at 
> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testDupeDetection(SignatureUpdateProcessorFactoryTest.java:119)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to