summaryrefslogtreecommitdiff
path: root/qpid/java/010ExcludeList
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-10 23:12:06 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-10 23:12:06 +0000
commit67d42467daf75929c657f54b5b0a4c7421069b70 (patch)
treef024bf99a52a8e331121c0b0f8e9e6dcb7e50e7c /qpid/java/010ExcludeList
parent8d1c8e86ca56069aa7fe26ac08c3a5187e1f7929 (diff)
downloadqpid-python-67d42467daf75929c657f54b5b0a4c7421069b70.tar.gz
QPID-1806 : Ensure Flow to disk location is deleted when the queue is closed
Note: As our queues do not stop processing on the close() call it is possible that the backing store may not beable to be deleted. In this case all that will occur is that it will log the failure to disk so an operations team can manually clean it up. When we improve the Queueing model for AMQP 1-0 we can address this behaviour. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@764095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/010ExcludeList')
-rw-r--r--qpid/java/010ExcludeList4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList
index 3eab025053..94102ce09c 100644
--- a/qpid/java/010ExcludeList
+++ b/qpid/java/010ExcludeList
@@ -60,3 +60,7 @@ org.apache.qpid.server.queue.PriorityTest#*
org.apache.qpid.server.queue.TimeToLiveTest#*
// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache
org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#*
+
+// This test currently does not pick up the runtime location of the nonVm queueBacking store.
+org.apache.qpid.test.unit.client.close.FlowToDiskBackingQueueDeleteTest#*
+