[
https://issues.jboss.org/browse/ISPN-2746?page=com.atlassian.jira.plugin....
]
RH Bugzilla Integration commented on ISPN-2746:
-----------------------------------------------
Vitalii Chepeliuk <vchepeli(a)redhat.com> changed the Status of [bug
903247|https://bugzilla.redhat.com/show_bug.cgi?id=903247] from ON_QA to VERIFIED
testDistributedPutWithTopologyChanges test randomly fails on all
environments for org.infinispan.server.hotrod.HotRodDistributionTest and
org.infinispan.server.hotrod.HotRod11DistributionTest
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: ISPN-2746
URL:
https://issues.jboss.org/browse/ISPN-2746
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 5.2.0.CR2
Reporter: Anna Manukyan
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 5.2.2.Final, 5.3.0.Alpha1
The test
org.infinispan.server.hotrod.HotRodDistributionTest.testDistributedPutWithTopologyChanges
almost always fails on all environments (Solaris, Windows, RHEL). The same issue happens
for test
org.infinispan.server.hotrod.HotRod11DistributionTest.testDistributedPutWithTopologyChanges
with the same error message.
The error is:
{code}
Error Message
expected [7] but found [6]
Stacktrace
java.lang.AssertionError: expected [7] but found [6]
at org.testng.Assert.fail(Assert.java:89)
at org.testng.Assert.failNotEquals(Assert.java:489)
at org.testng.Assert.assertEquals(Assert.java:118)
at org.testng.Assert.assertEquals(Assert.java:365)
at org.testng.Assert.assertEquals(Assert.java:375)
at
org.infinispan.server.hotrod.test.HotRodTestingUtil$.assertTopologyId(HotRodTestingUtil.scala:306)
at
org.infinispan.server.hotrod.test.HotRodTestingUtil$.assertHashTopology10Received(HotRodTestingUtil.scala:230)
at
org.infinispan.server.hotrod.test.HotRodTestingUtil$.assertHashTopology10Received(HotRodTestingUtil.scala:217)
at
org.infinispan.server.hotrod.HotRodDistributionTest.testDistributedPutWithTopologyChanges(HotRodDistributionTest.scala:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
{code}
--
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