summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-10-05 15:05:45 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-10-05 15:05:45 +0000
commitfb9d2da7a5eaa1f398f3d3581a2de28f14d622a9 (patch)
tree0e2e779ecaf52d1f60ed23b65a49dbc6f6769a53 /qpid/java/test-profiles
parent49a976e5d275cb9c02821293802aa2d8766c4195 (diff)
downloadqpid-python-fb9d2da7a5eaa1f398f3d3581a2de28f14d622a9.tar.gz
QPID-1816 : Add testing for publication on a dirty session after failover.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@821828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
-rw-r--r--qpid/java/test-profiles/Excludes6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes
index a72d3bc86c..056938de58 100644
--- a/qpid/java/test-profiles/Excludes
+++ b/qpid/java/test-profiles/Excludes
@@ -19,3 +19,9 @@ org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#*
// QPID-2081 :The configuration changes are now highlighting the close race condition
org.apache.qpid.server.security.acl.SimpleACLTest#*
+
+// QPID-1816 : Client Ack has not been addressed
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDirtyClientAck
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testClientAck
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck
+// testDirtyClientAck is ok as it fails as expected.. problem is it always fails :)