From c1dd3ceae904404af5e36bbddfd5a043e397fffe Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 6 Aug 2009 09:43:12 +0000 Subject: QPID-2002 : Completion of BrokerLoggingTest, the shutdown tests have been excluded due to QPID-2031. An update to the LogMessages.vm templates and ApplicationRegistry was requried. This is because BrokerMessages is loaded before the ApplicationRegistry is initialised. As a result the NullApplicationRegistry is created which should not be used. The AR is loaded to discover the current Locale. There were a couple of options here. Either always use the Default Locale and have the AR loading set that or add the ability to check if the AR has been configured. I chose the latter as knowing if an AR exists may be useful for our testing framework. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@801575 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qpid/java/test-profiles/Excludes') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index a3a61b51db..8899417fe3 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -5,3 +5,13 @@ org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskValidNoSize org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalid org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize +// +// QPID-2031 : Broker is not cleanly shutdown by QpidTestCase +// +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPDefault +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped +org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose + +// Disabled as Derby seems to open a very large number of files which are not closed potentially due to QPID-2031 +org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* -- cgit v1.2.1