From 73e49b5fc7ebcb9235265f648dbb7f3cc522752a Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Thu, 26 Jun 2014 08:25:56 +0000 Subject: QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration store and persistent message store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1605697 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/pom.xml | 100 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 78 insertions(+), 22 deletions(-) (limited to 'qpid/java/pom.xml') diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 4cbff8b55b..71984fe9ed 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -47,7 +47,7 @@ - (java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby-mem.0-9|java-dby-mem.0-9-1|java-dby-mem.0-10|cpp) + (java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby-mem.0-9|java-dby-mem.0-9-1|java-dby-mem.0-10|cpp|java-json.0-9-1|java-json.0-10) ${basedir} @@ -60,15 +60,17 @@ internal Exception BRK-1004 - ${qpid.home}${file.separator}bin${file.separator}qpid-server -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE - ${qpid.home}${file.separator}bin${file.separator}qpid-server.bat -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE + ${qpid.home}${file.separator}bin${file.separator}qpid-server -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE + ${qpid.home}${file.separator}bin${file.separator}qpid-server.bat -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE Excludes JavaExcludes ${profile}.excludes ${profile.specific.excludes} JavaTransientExcludes Java010Excludes v0_10 AMQP_1_0 false - Memory + Memory true + $ + @ @@ -172,7 +174,8 @@ [profile.broker.version] ${profile.broker.version} [profile.qpid.broker_default_amqp_protocol_excludes] ${profile.qpid.broker_default_amqp_protocol_excludes} [profile.broker.persistent] ${profile.broker.persistent} - [profile.messagestore.type] ${profile.messagestore.type} + [profile.virtualhostnode.type] ${profile.virtualhostnode.type} + [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint} @@ -238,7 +241,8 @@ ${profile.broker.version} ${profile.qpid.broker_default_amqp_protocol_excludes} ${profile.broker.persistent} - ${profile.messagestore.type} + ${profile.virtualhostnode.type} + ${profile.virtualhostnode.context.blueprint} ${profile.broker.clean.between.tests} @@ -396,7 +400,8 @@ v0_10 AMQP_1_0 false - Memory + Memory + {"type":"ProvidedStore"} @@ -414,7 +419,8 @@ v0_9_1 AMQP_1_0,AMQP_0_10 false - Memory + Memory + {"type":"ProvidedStore"} @@ -432,7 +438,8 @@ v0_9 AMQP_1_0,AMQP_0_10,AMQP_0_9_1 false - Memory + Memory + {"type":"ProvidedStore"} @@ -450,7 +457,8 @@ v0_10 AMQP_1_0 true - BDB + BDB + {"type":"ProvidedStore"} @@ -468,7 +476,8 @@ v0_9_1 AMQP_1_0,AMQP_0_10 true - BDB + BDB + {"type":"ProvidedStore"} @@ -486,7 +495,8 @@ v0_9 AMQP_1_0,AMQP_0_10,AMQP_0_9_1 true - BDB + BDB + {"type":"ProvidedStore"} @@ -504,7 +514,8 @@ v0_10 AMQP_1_0 true - DERBY + DERBY + {"type":"ProvidedStore"} @@ -522,7 +533,8 @@ v0_9_1 AMQP_1_0,AMQP_0_10 true - DERBY + DERBY + {"type":"ProvidedStore"} @@ -540,7 +552,8 @@ v0_9 AMQP_1_0,AMQP_0_10,AMQP_0_9_1 true - DERBY + DERBY + {"type":"ProvidedStore"} @@ -557,9 +570,9 @@ JavaPersistentExcludes JavaDerbyExcludes Java010Excludes v0_10 AMQP_1_0 - ${QPID_HOME}${file.separator}etc${file.separator}virtualhosts-systests-derby.xml true - DERBY + DERBY + {"type":"ProvidedStore"} @@ -576,9 +589,9 @@ JavaPersistentExcludes JavaDerbyExcludes XAExcludes JavaPre010Excludes v0_9_1 AMQP_1_0,AMQP_0_10 - ${QPID_HOME}${file.separator}etc${file.separator}virtualhosts-systests-derby.xml true - DERBY + DERBY + {"type":"ProvidedStore"} @@ -595,13 +608,56 @@ JavaPersistentExcludes JavaDerbyExcludes XAExcludes JavaPre010Excludes v0_9 AMQP_1_0,AMQP_0_10,AMQP_0_9_1 - ${QPID_HOME}${file.separator}etc${file.separator}virtualhosts-systests-derby.xml true - DERBY + DERBY + {"type":"ProvidedStore"} + + java-json.0-9-1 + + + profile + java-json.0-9-1 + + + + java-json.0-9-1 + JavaPersistentExcludes JavaJsonExcludes XAExcludes JavaPre010Excludes + v0_9_1 + AMQP_1_0,AMQP_0_10 + true + JSON + {"type":"DERBY","messageStoreSettings":{"storePath":"${dollar.sign}{QPID_WORK}/${dollar.sign}{this:name}/derby"}} + + + + + java-json.0-10 + + + profile + java-json.0-10 + + + + java-json.0-10 + JavaPersistentExcludes JavaJsonExcludes XAExcludes Java010Excludes + v0_10 + AMQP_1_0 + true + JSON + {"type":"DERBY","messageStoreSettings":{"storePath":"${dollar.sign}{QPID_WORK}/${dollar.sign}{this:name}/derby"}} + + + + cpp @@ -615,7 +671,7 @@ spawned Exception constructed Listening on TCP - ${cpp-broker-dir}/qpidd -p @PORT --data-dir ${qpid.work}/@PORT -t --auth no --no-module-dir + ${cpp-broker-dir}/qpidd -p ${at.sign}PORT --data-dir ${qpid.work}/${at.sign}PORT -t --auth no --no-module-dir Excludes CPPExcludes ${profile}.excludes ${profile.specific.excludes} cpp.excludes CPPPrefetchExcludes CPPTransientExcludes -- cgit v1.2.1