[rhmessaging-commits] rhmessaging commits: r3984 - in store/trunk/java/bdbstore: test-profiles and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon May 24 06:51:45 EDT 2010


Author: rgemmell
Date: 2010-05-24 06:51:45 -0400 (Mon, 24 May 2010)
New Revision: 3984

Added:
   store/trunk/java/bdbstore/test-profiles/
   store/trunk/java/bdbstore/test-profiles/java-bdb.0.10.testprofile
   store/trunk/java/bdbstore/test-profiles/java-bdb.testprofile
Log:
Add bdb profiles for use with the test framework


Added: store/trunk/java/bdbstore/test-profiles/java-bdb.0.10.testprofile
===================================================================
--- store/trunk/java/bdbstore/test-profiles/java-bdb.0.10.testprofile	                        (rev 0)
+++ store/trunk/java/bdbstore/test-profiles/java-bdb.0.10.testprofile	2010-05-24 10:51:45 UTC (rev 3984)
@@ -0,0 +1,11 @@
+broker.version=0-10
+broker.language=java
+broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
+broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/*
+broker.ready=BRK-1004
+broker.stopped=Exception
+broker.config=${project.root}/build/etc/config-systests-bdb.xml
+profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes CPPExcludes CPPTransientExcludes
+broker.clean.between.tests=true
+broker.persistent=true
+

Added: store/trunk/java/bdbstore/test-profiles/java-bdb.testprofile
===================================================================
--- store/trunk/java/bdbstore/test-profiles/java-bdb.testprofile	                        (rev 0)
+++ store/trunk/java/bdbstore/test-profiles/java-bdb.testprofile	2010-05-24 10:51:45 UTC (rev 3984)
@@ -0,0 +1,14 @@
+broker.language=java
+broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
+broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/*
+broker.ready=BRK-1004
+broker.stopped=Exception
+broker.config=${project.root}/build/etc/config-systests-bdb.xml
+profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes 08StandaloneExcludes
+broker.clean.between.tests=true
+broker.persistent=true
+#
+# Do not enable. Allow client to attempt 0-10 and negotiate downwards
+#
+#qpid.amqp.version=0-91
+



More information about the rhmessaging-commits mailing list