[infinispan-issues] [JBoss JIRA] (ISPN-3491) PessDistCacheOperationsTest is failing randomly

Pedro Ruivo (JIRA) jira-events at lists.jboss.org
Wed Sep 11 13:36:03 EDT 2013


Pedro Ruivo created ISPN-3491:
---------------------------------

             Summary: 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