summaryrefslogtreecommitdiff
path: root/java/test-profiles/08Excludes
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-09-11 12:27:14 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-09-11 12:27:14 +0000
commit613071992900172cb00b5eff9f39b1cc06a5e2a8 (patch)
treea8588ac44688e6d1a8f8cb2f2a41aebef8c685b0 /java/test-profiles/08Excludes
parent92da846b4b1bbba5fe914ad89e161f5fb7c21a31 (diff)
downloadqpid-python-613071992900172cb00b5eff9f39b1cc06a5e2a8.tar.gz
QPID-2093: Updated AMQBRokerManagerMBean to check if the queue is durable before performing store.deleteQueue().
Created ModelTest to validate the change, (testDeletionDurableViaJMX). To facility the testing, extracted JMX Operations from ManagementActorLoggingTest to a new JMXTestUtils and updated both ModelTest and MALT to use this interface. Updated 010(cpp) and 08(Java-InVM) excludes as the CPP does not have JMX and the InVM JMX is unreliable (see QPID-2097) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@813801 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/08Excludes')
-rw-r--r--java/test-profiles/08Excludes6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/test-profiles/08Excludes b/java/test-profiles/08Excludes
index 8598f1dc5b..b277c6d929 100644
--- a/java/test-profiles/08Excludes
+++ b/java/test-profiles/08Excludes
@@ -16,5 +16,7 @@ org.apache.qpid.client.SessionCreateTest#*
org.apache.qpid.test.client.RollbackOrderTest#*
-// MALT requries an external broker so exclude it from the InVM test runs
-org.apache.qpid.management.jmx.ManagementActorLoggingTest
+// QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable
+org.apache.qpid.management.jmx.ManagementActorLoggingTest#*
+org.apache.qpid.server.queue.ModelTest#*
+