[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Memory on test suite
jmesnil
do-not-reply at jboss.com
Mon Aug 17 09:06:05 EDT 2009
based on hudson build #53 http://hudson.qa.jboss.com/hudson/view/JBM%202/job/JBM2-tests-clone/53, there are still a few "you left open session" warnings:
RedeliveryConsumerTest.testRedeliveryMessageStrict
- test expects a client crash, it is normal the session is not closed
SessionCloseOnGCTest
- tests do not close session on purpose
SessionTest.testFailureListener
- test simulates a connection failure
=> I've added a session.close at the end of test to clean up
ClusterWithBackupFailoverTest.testFailAllNodes
FailoverNoSessionsFailoverTest.testNoFailoverAndCreateNewSession
FailoverPreAcknowledgeTest.testPreAcknowledgeFailoverTest
FailoverScheduledMessageTest.testScheduled
FailureListenerOnFailoverTest.testFailureListenersNotCalledOnReconnection
- all these tests failed before the sessions are closed but the calls are there
SecurityTest
=> I created https://jira.jboss.org/jira/browse/JBMESSAGING-1714 for this and fixed it. Commit should be taken into account in build #55
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249927#4249927
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249927
More information about the jboss-dev-forums
mailing list