diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-03-08 15:57:24 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-03-08 15:57:24 +0000 |
| commit | 00ce5cbdc621a8cb3bc8a3c4d1fa45f68ffbd648 (patch) | |
| tree | 9c13b21ded7727edbbf0e845e9f45e5df9a9618a /qpid/java | |
| parent | 34393aea587bf35d1ff2f337a37c779d64af3fb7 (diff) | |
| download | qpid-python-00ce5cbdc621a8cb3bc8a3c4d1fa45f68ffbd648.tar.gz | |
Added "testActiveTTLwithDurableSubscription" to the CPPExcludes list
Look at QPID-1575 for more details.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@920365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index ec3649fe98..d38e895ee9 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -56,10 +56,13 @@ org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* // QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* -// c++ broker doesn't support priorities, TTL or message bouncing +// c++ broker doesn't support priorities, message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* org.apache.qpid.server.queue.PriorityTest#* + +// c++ broker expires messages on delivery or when the queue cleaner thread runs. org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTL +org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTLwithDurableSubscription // QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* |
