summaryrefslogtreecommitdiff
path: root/java/test-profiles/Excludes
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-10-05 15:06:40 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-10-05 15:06:40 +0000
commit6dec488633e43e6a4ebe95fb8289f73d70d00867 (patch)
tree711eb4fe187d3d89b9badb0ba63d30558335efe5 /java/test-profiles/Excludes
parent2077317d2b027b114a1b4a6111cb0dd1e6d53329 (diff)
downloadqpid-python-6dec488633e43e6a4ebe95fb8289f73d70d00867.tar.gz
QPID-1816 : Update to AOMT based tests, Test now continues as long as messages are received.
If there has been no message received for 5 seconds then it counts the test as failed. Excluded AutoAck failover tests due to QPID-143 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/Excludes')
-rw-r--r--java/test-profiles/Excludes7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes
index 056938de58..d14d467b89 100644
--- a/java/test-profiles/Excludes
+++ b/java/test-profiles/Excludes
@@ -23,5 +23,10 @@ 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#testDirtyClientAck
org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck
-// testDirtyClientAck is ok as it fails as expected.. problem is it always fails :)
+
+
+// QPID-143 : Failover can occur between receive and ack but we don't stop the ack.
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk