[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - ReplicateConnectionFailureTest failure on CI server

jmesnil do-not-reply at jboss.com
Thu Apr 30 16:04:42 EDT 2009


after I committed a fix for JBMESSAGING-1421 (r6641), ReplicateConnectionFailureTest.testFailConnection() is failing.

I think the reason is the connection is no longer cleaned up when it is closed but only when the connection TTL is hit.
However, the replicating connection is not checked by the remoting service impl FailedConnectionsTask and nobody will realize it must be cleaned up and we will never call fail() on it.

I need to check that it is indeed what it happening.

The fix would be to ensure that the replication connection is also checked by the RemotingService's FailedConnectionsTask but I'm not sure to see the whole implications wrt to replication.



View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227900#4227900

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227900



More information about the jboss-dev-forums mailing list