From ea698e61570219c56ada87aad248e53719c7585f Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Fri, 27 Jun 2008 14:24:51 +0000 Subject: QPID-1157: Added CC scripts and config files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672280 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 qpid/cc/config/java/cpp.noprefetch.testprofile (limited to 'qpid/cc/config/java/cpp.noprefetch.testprofile') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile new file mode 100644 index 0000000000..a69a5295f5 --- /dev/null +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -0,0 +1,18 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir +broker.clean=${project.root}/clean-dir ${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +broker.ready=Listening on TCP port +test.excludesfile=${project.root}/cppNoPrefetchExcludeList +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +haltonfailure=no +haltonerror=no +max_prefetch=0 +exclude.modules=systests \ No newline at end of file -- cgit v1.2.1 From 4bec5de15d2d41861e67d7cc0c336e2e78dd321b Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Tue, 1 Jul 2008 12:45:33 +0000 Subject: QPID-1157: Updated scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@673071 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cc/config/java/cpp.noprefetch.testprofile') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index a69a5295f5..3654e271dc 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,9 +1,10 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir broker.clean=${project.root}/clean-dir ${build.data} +broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties +max_prefetch=0 test.excludes=true -broker.ready=Listening on TCP port test.excludesfile=${project.root}/cppNoPrefetchExcludeList log=info amqj.logging.level=$log @@ -14,5 +15,4 @@ test.mem=512M test=*Test haltonfailure=no haltonerror=no -max_prefetch=0 exclude.modules=systests \ No newline at end of file -- cgit v1.2.1 From 62de9b7b453654cd78d65904aa15c207ed7f384a Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Wed, 23 Jul 2008 15:02:22 +0000 Subject: qpid-1157: added jms tck scripts + README file + config file for setting email related properties git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@679105 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'qpid/cc/config/java/cpp.noprefetch.testprofile') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index 3654e271dc..d4176e9efd 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,18 +1,4 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir -broker.clean=${project.root}/clean-dir ${build.data} -broker.ready=Listening on TCP port -java.naming.provider.url=${project.root}/test-provider.properties max_prefetch=0 -test.excludes=true -test.excludesfile=${project.root}/cppNoPrefetchExcludeList -log=info -amqj.logging.level=$log -root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml -test.fork=no -test.mem=512M -test=*Test -haltonfailure=no -haltonerror=no -exclude.modules=systests \ No newline at end of file +test.excludesfile=${project.root}/cppNoPrefetchExcludeList \ No newline at end of file -- cgit v1.2.1 From 4ee0f5ab99b03835a915783dcb9788f10cb0a5d6 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Thu, 31 Jul 2008 10:46:57 +0000 Subject: qpid-1205: deleted cpp.sync profile, added cpp.noprefetch profile git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681333 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cc/config/java/cpp.noprefetch.testprofile') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index d4176e9efd..694451e551 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,4 +1,4 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir max_prefetch=0 -test.excludesfile=${project.root}/cppNoPrefetchExcludeList \ No newline at end of file +test.excludesfile=${project.root}/010ExcludeList-noPrefetch \ No newline at end of file -- cgit v1.2.1 From e0e0eda8308719a3da0a6f886395641b542eac54 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 31 Oct 2010 23:40:12 +0000 Subject: add ASF licence to Java .testprofile and exclude files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029522 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'qpid/cc/config/java/cpp.noprefetch.testprofile') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index 694451e551..07c158dd4e 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,4 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir max_prefetch=0 -test.excludesfile=${project.root}/010ExcludeList-noPrefetch \ No newline at end of file +test.excludesfile=${project.root}/010ExcludeList-noPrefetch -- cgit v1.2.1