diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-10-27 06:19:08 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-10-27 06:19:08 +0000 |
| commit | 825327492ededcf62f7307a96eb29f5e7df88351 (patch) | |
| tree | 05ce4cad575ce2c0379c5440f5ec197629c97c16 /java/default.testprofile | |
| parent | 55dae2c49ba8c283583f3688784f2b763e772020 (diff) | |
| download | qpid-python-825327492ededcf62f7307a96eb29f5e7df88351.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/qpid@708093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/default.testprofile')
| -rw-r--r-- | java/default.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/default.testprofile b/java/default.testprofile index 7354cbda48..46c3f7746a 100644 --- a/java/default.testprofile +++ b/java/default.testprofile @@ -14,7 +14,7 @@ log4j.configuration=file:///${project.root}/log4j-test.xml log4j.debug=false test.excludes=true -test.excludesfile=${project.root}/08ExcludeList +test.excludesfile=${project.root}/ExcludeList ${project.root}/08ExcludeList test.fork=no test.mem=512M test=*Test |
