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 | d15fc6f29484cbd05e95b584beeb6e1a59da1367 (patch) | |
| tree | 387ab3b78951c497dc39e307a0a1fb6dc789e09a /java/test-profiles/JavaExcludes | |
| parent | 26e07c83dd4df84f61767de0c16d6732e8a6e30d (diff) | |
| download | qpid-python-d15fc6f29484cbd05e95b584beeb6e1a59da1367.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/qpid@1243379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/JavaExcludes')
| -rw-r--r-- | java/test-profiles/JavaExcludes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index 08e16ff216..e123d02918 100644 --- a/java/test-profiles/JavaExcludes +++ b/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#* |
