summaryrefslogtreecommitdiff
path: root/java/test-profiles/JavaTransientExcludes
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-10-06 16:29:27 +0000
committerRobert Gemmell <robbie@apache.org>2011-10-06 16:29:27 +0000
commit44ac944e1747881a74061ee0221535a03122be69 (patch)
tree55391f2a7edeec40f45dd5bf28464e8dae9b02bb /java/test-profiles/JavaTransientExcludes
parent5cc8d8556f3572c2bf43e5381354e1d8dafc1a51 (diff)
downloadqpid-python-44ac944e1747881a74061ee0221535a03122be69.tar.gz
QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actually acknowledges messages immediately, and does so synchronously, adding test to verify behaviour. Split acknowledge() and commit() methods into version specific session implementations for clarity/reuse, align 0-10 and 0-8/9 transacted publishing behaviour, refactor preDeliver and postDeliver methods, remove dead code from consumers.
Applied patch from Oleksandr Rudyy<orudyy@gmail.com> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1179695 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/JavaTransientExcludes')
-rw-r--r--java/test-profiles/JavaTransientExcludes1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test-profiles/JavaTransientExcludes b/java/test-profiles/JavaTransientExcludes
index 2ce514461a..67190a6fcc 100644
--- a/java/test-profiles/JavaTransientExcludes
+++ b/java/test-profiles/JavaTransientExcludes
@@ -19,6 +19,7 @@
//These tests require a persistent store
org.apache.qpid.server.store.PersistentStoreTest#*
+org.apache.qpid.test.unit.ack.ClientAcknowledgeTest#testClientAckWithLargeFlusherPeriod
org.apache.qpid.test.unit.ct.DurableSubscriberTest#*