diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-10-05 15:05:45 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-10-05 15:05:45 +0000 |
| commit | 2077317d2b027b114a1b4a6111cb0dd1e6d53329 (patch) | |
| tree | 25bbcdc0747baf3f43891ff40a645446ea8f81ed /java/test-profiles/Excludes | |
| parent | 71b5884719c21cf195137d92c0fde73e63e56516 (diff) | |
| download | qpid-python-2077317d2b027b114a1b4a6111cb0dd1e6d53329.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/qpid@821828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/Excludes')
| -rw-r--r-- | java/test-profiles/Excludes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes index a72d3bc86c..056938de58 100644 --- a/java/test-profiles/Excludes +++ b/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 :) |
