[infinispan-issues] [JBoss JIRA] (ISPN-4739) InfinispanQueryIT test fails randomly on RHEL

Gustavo Fernandes (JIRA) issues at jboss.org
Sun Sep 28 00:15:05 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-4739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006686#comment-13006686 ] 

Gustavo Fernandes edited comment on ISPN-4739 at 9/28/14 12:14 AM:
-------------------------------------------------------------------

Those tests never failed on master JDK7 or JDK8, including RHEL agents:

http://ci.infinispan.org/project.html?tab=testDetails&testNameId=3901477663059125619&projectId=Infinispan&buildTypeId=bt8
http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-3079146982216980157&projectId=Infinispan&buildTypeId=Infinispan_MasterHotspotJdk8

But they fail 100% of the time on my mac when connecting to a certain wireless hub, with the following warning:
{code}
2014-09-28 01:11:37,509 WARNING [org.jgroups.protocols.UDP] (default task-2) JGRP000034: thehouse-35243: failure sending message to /228.6.7.8: java.io.IOException: Can't assign requested address
{code}

Due to the error above, cluster fail to form and all tests pointing to the second node fail.


was (Author: gustavonalle):
Those tests never failed on master JDK7 or JDK8, including RHEL agents:

http://ci.infinispan.org/project.html?tab=testDetails&testNameId=3901477663059125619&projectId=Infinispan&buildTypeId=bt8
http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-3079146982216980157&projectId=Infinispan&buildTypeId=Infinispan_MasterHotspotJdk8

But they fail 100% of the time on my mac when connecting to a certain wireless hub, with the following error:
{code}
2014-09-28 01:11:37,509 WARNING [org.jgroups.protocols.UDP] (default task-2) JGRP000034: thehouse-35243: failure sending message to /228.6.7.8: java.io.IOException: Can't assign requested address
{code}

Due to the error above, cluster fail to form and all tests pointing to the second node fail.

> InfinispanQueryIT test fails randomly on RHEL
> ---------------------------------------------
>
>                 Key: ISPN-4739
>                 URL: https://issues.jboss.org/browse/ISPN-4739
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Query
>            Reporter: Vojtech Juranek
>            Assignee: Gustavo Fernandes
>              Labels: testsuite_stability
>
> {{InfinispanQueryIT.testQueryOnSecondNode}} and {{InfinispanQueryIT.testMassIndexerResult}} fails randomly on RHEL (Oracle java 6) with ([see details|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/edg-60-ispn-testsuite-rhel/389/USE_JDK=JDK6,jdk=java17_default,label=RHEL6_x86_64/testReport/org.infinispan.test.integration.as.query/InfinispanQueryIT/testQueryOnSecondNode/])
> {noformat}
> java.lang.AssertionError: expected:<3> but was:<0>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:743)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:555)
> 	at org.junit.Assert.assertEquals(Assert.java:542)
> 	at org.infinispan.test.integration.as.query.InfinispanQueryIT.testQueryOnSecondNode(InfinispanQueryIT.java:110)
> {noformat}
> resp. ([see details|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/edg-60-ispn-testsuite-rhel/389/USE_JDK=JDK6,jdk=java17_default,label=RHEL6_x86_64/testReport/org.infinispan.test.integration.as.query/InfinispanQueryIT/testMassIndexerResult/])
> {noformat}
> java.lang.AssertionError: expected:<3> but was:<0>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:743)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:555)
> 	at org.junit.Assert.assertEquals(Assert.java:542)
> 	at org.infinispan.test.integration.as.query.InfinispanQueryIT.testMassIndexerResult(InfinispanQueryIT.java:145)
> {noformat}
> and {{InfinispanQueryIT.testSimpleGetOnSecondNode}} with ([see details|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/edg-60-ispn-testsuite-rhel/389/USE_JDK=JDK6,jdk=java17_default,label=RHEL6_x86_64/testReport/org.infinispan.test.integration.as.query/InfinispanQueryIT/testSimpleGetOnSecondNode/])
> {noformat}
> java.lang.AssertionError: null
> 	at org.junit.Assert.fail(Assert.java:86)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.junit.Assert.assertNotNull(Assert.java:621)
> 	at org.junit.Assert.assertNotNull(Assert.java:631)
> 	at org.infinispan.test.integration.as.query.InfinispanQueryIT.testSimpleGetOnSecondNode(InfinispanQueryIT.java:95)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the infinispan-issues mailing list