]
RH Bugzilla Integration commented on ISPN-4739:
-----------------------------------------------
Roman Macor <rmacor(a)redhat.com> changed the Status of [bug
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
Fix For: 7.0.0.CR1
{{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/FU...])
{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/FU...])
{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/FU...])
{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}