[
https://issues.jboss.org/browse/ISPN-3491?page=com.atlassian.jira.plugin....
]
Work on ISPN-3491 started by Pedro Ruivo.
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