[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Memory on test suite
timfox
do-not-reply at jboss.com
Mon Aug 17 09:14:14 EDT 2009
"jmesnil" wrote :
| ClusterWithBackupFailoverTest.testFailAllNodes
| FailoverNoSessionsFailoverTest.testNoFailoverAndCreateNewSession
| FailoverPreAcknowledgeTest.testPreAcknowledgeFailoverTest
| FailoverScheduledMessageTest.testScheduled
| FailureListenerOnFailoverTest.testFailureListenersNotCalledOnReconnection
| - all these tests failed before the sessions are closed but the calls are there
|
|
Even if a test fails, it shouldn't leave any connections/sessions open.
These should be closed in finally blocks or as appropriate.
The only tests where we should receive warnings are the GC tests where we are specifically testing for this functionality.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249931#4249931
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249931
More information about the jboss-dev-forums
mailing list