summaryrefslogtreecommitdiff
path: root/qpid/java/java.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-10-27 06:19:08 +0000
committerRafael H. Schloming <rhs@apache.org>2008-10-27 06:19:08 +0000
commit939ccc98d866a00c3246880a6206d61e38debf1b (patch)
treeee2a1c4467ec6eea714e27e1131c70b795d7ef05 /qpid/java/java.testprofile
parent9a420ca9f7d542927503d044abefaa5004576596 (diff)
downloadqpid-python-939ccc98d866a00c3246880a6206d61e38debf1b.tar.gz
QPID-1339:
- Modified QpidTestCase to start/stop multiple brokers for failover testing. - Modified QpidTestCase to substitute port variables into broker start/stop commands. - Modified test profiles to use the new port variables. - Modified QpidTestCase to permit multiple exclude files. - Modified test profiles to make use of a common exclude list: ExcludeList - Added ConnectionTest.testResumeEmptyReplayBuffer. - Made default exception handling for Connection and Session log the exception. - Added SenderExcetion to specifically signal problems with transmitting connection data. - Modified Session to catch and deal with connection send failures for sessions with positive expiry. - Modified FailoverBaseCase to work for non VM brokers. - Made FailoverTest fail if failover times out. - Modified JMS implementation to make use of the recently added low level session resume. - Unexcluded failover tests from 0-10 test profiles. - Excluded MultipleJCAProviderRegistrationTest due to its testing strategy resulting in spurious failure when running as part of the larger test suite. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
-rw-r--r--qpid/java/java.testprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile
index cef0a10661..ab98e47e97 100644
--- a/qpid/java/java.testprofile
+++ b/qpid/java/java.testprofile
@@ -1,5 +1,5 @@
-broker=${project.root}/build/bin/qpid-server
+broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT
broker.clean=${project.root}/clean-dir ${build.data}
broker.ready=Qpid Broker Ready
-test.excludesfile=${project.root}/08ExcludeList-nonvm
+test.excludesfile=${project.root}/ExcludeList ${project.root}/08ExcludeList-nonvm