[infinispan-issues] [JBoss JIRA] (ISPN-4571) JmxManagementIT.testRpcManagerAttributes random failures
Galder Zamarreño (JIRA)
issues at jboss.org
Mon Aug 4 07:24:30 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990117#comment-12990117 ]
Galder Zamarreño commented on ISPN-4571:
----------------------------------------
Failing line: https://github.com/infinispan/infinispan/blob/4f4f3d2379367b55e9999ce2fe15bc8e2515340f/server/integration/testsuite/src/test/java/org/infinispan/server/test/jmx/management/JmxManagementIT.java#L273
{code}
assertTrue(1.0 == Double.parseDouble(getAttribute(provider, rpcManagerMBean, "SuccessRatioFloatingPoint")));
{code}
> JmxManagementIT.testRpcManagerAttributes random failures
> --------------------------------------------------------
>
> Key: ISPN-4571
> URL: https://issues.jboss.org/browse/ISPN-4571
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite - Server
> Affects Versions: 7.0.0.Alpha5
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
> Priority: Blocker
> Labels: testsuite_stability
> Fix For: 7.0.0.Beta1
>
>
> JmxManagementIT sometimes can't find the JGroups MBean:
> {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.assertTrue(Assert.java:52)
> at org.infinispan.server.test.jmx.management.JmxManagementIT.testRpcManagerAttributes(JmxManagementIT.java:273)
> {noformat}
> Unfortunately the server integration tests don't seem to use the {{-Dlog4j.configuration}} build parameter, so the CI builds don't have other logs.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the infinispan-issues
mailing list