diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-02-13 00:30:34 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-02-13 00:30:34 +0000 |
| commit | f3fb8a56864f89941fb527c8855018ce470143e1 (patch) | |
| tree | 1dbb0ff9d370f847174c008b800d3b106e370c91 /qpid/java/test-profiles/JavaExcludes | |
| parent | a6cc4cb2fba4dbc260b2a8b58512f7c7a24ba5be (diff) | |
| download | qpid-python-f3fb8a56864f89941fb527c8855018ce470143e1.tar.gz | |
QPID-3829: use a seperate object for reference checking to stop the AMQMessage holding its underlying 0-8/0-9/0-9-1 connection/io objects in memory after they are closed. Also stops an NPE on the 0-8/0-9/0-9-1 subscriptions when evaluating no-local after store recovery.
Enables NoLocalAfterRecoveryTest again, though updated to make it simpler and more reliable. This test should be removed if changes for QPID-3605 are undertaken.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1243379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaExcludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaExcludes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 08e16ff216..e123d02918 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -28,9 +28,6 @@ org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy //Moved from JavaStandaloneExcludes when it was removed /////////////////////////////////////////////////////// -//QPID-1818, QPID-1821 : Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* - //XA functionality is not fully implemented yet org.apache.qpid.jms.xa.XAResourceTest#* |
