diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-10-06 16:29:27 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-10-06 16:29:27 +0000 |
| commit | f7f0bf52f98429935d9a964776c905ce5e54258f (patch) | |
| tree | 4fdba543694c46346fd1c515b2594e543c5dc263 /qpid/java/test-profiles/CPPTransientExcludes | |
| parent | 67dfbf8458fb1b7e8b54a417d0d831176b6ddbe3 (diff) | |
| download | qpid-python-f7f0bf52f98429935d9a964776c905ce5e54258f.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@1179695 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/CPPTransientExcludes')
| -rw-r--r-- | qpid/java/test-profiles/CPPTransientExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPTransientExcludes b/qpid/java/test-profiles/CPPTransientExcludes index 47f24db19c..a214cf5b5c 100644 --- a/qpid/java/test-profiles/CPPTransientExcludes +++ b/qpid/java/test-profiles/CPPTransientExcludes @@ -27,3 +27,6 @@ org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash org.apache.qpid.test.unit.xa.TopicTest#testRecover org.apache.qpid.test.unit.xa.QueueTest#testRecover org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover + +// test requires a persistent store +org.apache.qpid.test.unit.ack.ClientAcknowledgeTest#testClientAckWithLargeFlusherPeriod |
