diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-02-17 14:20:27 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-02-17 14:20:27 +0000 |
| commit | fbe74f76e112329e0765324860b2eb9c9cccabd7 (patch) | |
| tree | edddd579090a5324ebbed333d35558ddfc986d9f /java | |
| parent | 0f914b75d1b478a3268406b1cba5f29dae884609 (diff) | |
| download | qpid-python-fbe74f76e112329e0765324860b2eb9c9cccabd7.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')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 2 | ||||
| -rw-r--r-- | java/test-profiles/cpp.testprofile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 24b381ef1f..ec3649fe98 100755 --- a/java/test-profiles/CPPExcludes +++ b/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#* 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} |
