You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2010/02/17 15:20:27 UTC

svn commit: r910987 - in /qpid/trunk/qpid/java/test-profiles: CPPExcludes cpp.testprofile

Author: rajith
Date: Wed Feb 17 14:20:27 2010
New Revision: 910987

URL: http://svn.apache.org/viewvc?rev=910987&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/java/test-profiles/CPPExcludes
    qpid/trunk/qpid/java/test-profiles/cpp.testprofile

Modified: qpid/trunk/qpid/java/test-profiles/CPPExcludes
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/CPPExcludes?rev=910987&r1=910986&r2=910987&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/CPPExcludes (original)
+++ qpid/trunk/qpid/java/test-profiles/CPPExcludes Wed Feb 17 14:20:27 2010
@@ -59,7 +59,7 @@
 // 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#*

Modified: qpid/trunk/qpid/java/test-profiles/cpp.testprofile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/cpp.testprofile?rev=910987&r1=910986&r2=910987&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/cpp.testprofile (original)
+++ qpid/trunk/qpid/java/test-profiles/cpp.testprofile Wed Feb 17 14:20:27 2010
@@ -12,7 +12,7 @@
 broker.stopped=Exception constructed
 
 broker.modules=
-broker.args=--queue-purge-interval 1
+broker.args=
 
 broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args}
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org