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/08ExcludeList-nonvm | |
| 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/08ExcludeList-nonvm')
| -rw-r--r-- | java/08ExcludeList-nonvm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/08ExcludeList-nonvm b/java/08ExcludeList-nonvm index 546dc01f5b..a529a2fa87 100644 --- a/java/08ExcludeList-nonvm +++ b/java/08ExcludeList-nonvm @@ -28,3 +28,7 @@ org.apache.qpid.server.security.acl.SimpleACLTest#* // Those tests are written against the 0.10 path org.apache.qpid.test.unit.message.UTF8Test#* org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.client.close.FlowToDiskBackingQueueDeleteTest#* + |
