diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-04-10 23:12:06 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-10 23:12:06 +0000 |
| commit | e20b7742c28ce87735188adb1dc7d5ea43f22190 (patch) | |
| tree | 722cf3970bc919c6a30891a58b0a7f676cf04c1c /java/010ExcludeList | |
| parent | 20842437877e0d361170083375f1939c95cbf029 (diff) | |
| download | qpid-python-e20b7742c28ce87735188adb1dc7d5ea43f22190.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/qpid@764095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/010ExcludeList')
| -rw-r--r-- | java/010ExcludeList | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/010ExcludeList b/java/010ExcludeList index 3eab025053..94102ce09c 100644 --- a/java/010ExcludeList +++ b/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#* + |
