summaryrefslogtreecommitdiff
path: root/java/test-profiles/cpp.testprofile
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
commit379891c75b40ca3df8b651d3158c61a29ff36602 (patch)
treeedddd579090a5324ebbed333d35558ddfc986d9f /java/test-profiles/cpp.testprofile
parent689c8a38c381aa6dfb5d4d9d99fe2aa03c23cf25 (diff)
downloadqpid-python-379891c75b40ca3df8b651d3158c61a29ff36602.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/qpid@910987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/cpp.testprofile')
-rw-r--r--java/test-profiles/cpp.testprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test-profiles/cpp.testprofile b/java/test-profiles/cpp.testprofile
index 65d05d0bfd..f6d8d6f353 100644
--- a/java/test-profiles/cpp.testprofile
+++ b/java/test-profiles/cpp.testprofile
@@ -12,7 +12,7 @@ broker.module.store=${store.module.dir}/msgstore.so
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}