From 67d42467daf75929c657f54b5b0a4c7421069b70 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 10 Apr 2009 23:12:06 +0000 Subject: 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 --- qpid/java/010ExcludeList | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/010ExcludeList') 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#* + -- cgit v1.2.1