From 939ccc98d866a00c3246880a6206d61e38debf1b Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 27 Oct 2008 06:19:08 +0000 Subject: 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 --- qpid/java/ExcludeList | 1 + 1 file changed, 1 insertion(+) create mode 100644 qpid/java/ExcludeList (limited to 'qpid/java/ExcludeList') diff --git a/qpid/java/ExcludeList b/qpid/java/ExcludeList new file mode 100644 index 0000000000..5b5b73e8fa --- /dev/null +++ b/qpid/java/ExcludeList @@ -0,0 +1 @@ +org.apache.qpid.client.MultipleJCAProviderRegistrationTest#test -- cgit v1.2.1