[infinispan-issues] [JBoss JIRA] (ISPN-3491) PessDistCacheOperationsTest is failing randomly
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Fri Sep 13 08:57:03 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-3491:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> PessDistCacheOperationsTest is failing randomly
> -----------------------------------------------
>
> Key: ISPN-3491
> URL: https://issues.jboss.org/browse/ISPN-3491
> Project: Infinispan
> Issue Type: Bug
> Components: Cross-Site Replication
> Affects Versions: 6.0.0.Alpha4
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 6.0.0.Beta1
>
>
> I found that the ResetOfflineStatusTest is not closing all the JGroups channel after the test because it is using a DelegatingTransport. The delegatingTransport.stop() is never invoked because it is not present in the metadata extracted when the code is compiled (i.e. the GCR cannot find any stopMethods)
> solution: I've created an abstract class in the core and extended in the test suite. the component metadata persister will persist the abstract class and register the start()/stop() methods.
--
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
More information about the infinispan-issues
mailing list