diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-10-06 20:04:48 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-10-06 20:04:48 +0000 |
| commit | c6a7ee5f8f6734cd575a06221c91482bda051338 (patch) | |
| tree | 1fa7900da893ecadddbb89540d90bd5f8c141dab /qpid/java/test-profiles/java-dby.0-10.testprofile | |
| parent | c990cf362892d56923bda018a61e4dd4b236bb55 (diff) | |
| download | qpid-python-c6a7ee5f8f6734cd575a06221c91482bda051338.tar.gz | |
QPID-3346: merge **from** trunk **to** qpid-3346 dev branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3346@1179802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/java-dby.0-10.testprofile')
| -rw-r--r-- | qpid/java/test-profiles/java-dby.0-10.testprofile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/java/test-profiles/java-dby.0-10.testprofile b/qpid/java/test-profiles/java-dby.0-10.testprofile index 5a7b9b5cdc..9c23d18f45 100644 --- a/qpid/java/test-profiles/java-dby.0-10.testprofile +++ b/qpid/java/test-profiles/java-dby.0-10.testprofile @@ -19,12 +19,12 @@ broker.language=java broker.version=v0_10 broker.type=internal -broker.command=${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.command only used for the second broker during failover tests in this profile +broker.command=build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l test-profiles/log4j-test.xml broker.ready=BRK-1004 broker.stopped=Exception -broker.config=${project.root}/build/etc/config-systests-derby.xml +broker.config=build/etc/config-systests-derby.xml messagestore.class.name=org.apache.qpid.server.store.DerbyMessageStore -profile.excludes=JavaPersistentExcludes Java010Excludes +profile.excludes=JavaPersistentExcludes JavaDerbyExcludes Java010Excludes broker.clean.between.tests=true broker.persistent=true |
