From 00ce5cbdc621a8cb3bc8a3c4d1fa45f68ffbd648 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 8 Mar 2010 15:57:24 +0000 Subject: 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 --- qpid/java/test-profiles/CPPExcludes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qpid/java') 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#* -- cgit v1.2.1