summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-08-06 09:43:12 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-08-06 09:43:12 +0000
commite388a1c4c1b2ab03d3c0359dcfe106d182fb9259 (patch)
treee18973dfedca25d4c40aabb90b5f33cfb7f0b6f9 /java/test-profiles
parent3e6d6768e884201949399b17e57a847472743b15 (diff)
downloadqpid-python-e388a1c4c1b2ab03d3c0359dcfe106d182fb9259.tar.gz
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/qpid@801575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rw-r--r--java/test-profiles/Excludes10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes
index a3a61b51db..8899417fe3 100644
--- a/java/test-profiles/Excludes
+++ b/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#*