summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/CPPExcludes
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-02-17 14:20:27 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-02-17 14:20:27 +0000
commit7e57938eb813975c83e738b5c3f6543117b34a38 (patch)
tree0c67f840b2fc3c2d2bea6f433e79306708bc0239 /qpid/java/test-profiles/CPPExcludes
parentb5b439655970190228366b5a52aeda6a11e486b6 (diff)
downloadqpid-python-7e57938eb813975c83e738b5c3f6543117b34a38.tar.gz
This is related to QPID-1575
Lowering the queue cleaner interval in the broker does not seem to work properly. Therefore I am disabling the testActiveTTL test and removing the queue purge interval explictly set in the profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/CPPExcludes')
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index 24b381ef1f..ec3649fe98 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/java/test-profiles/CPPExcludes
@@ -59,7 +59,7 @@ org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*
// c++ broker doesn't support priorities, TTL or message bouncing
org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#*
org.apache.qpid.server.queue.PriorityTest#*
-#org.apache.qpid.server.queue.TimeToLiveTest#*
+org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTL
// 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#*