From 417da9894bfe5eda8674d7156feafe014735a62b Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 7 Aug 2009 18:07:47 +0000 Subject: QPID-2033 : Added destroy for broker process that fails to startup. Also augmented QpidTestCase and build profiles to take a new broker.stopped search value. If this appears in the log output during the external broker startup and the broker does not report ready then the startup will report the line of text associated with the exception as part of the failure. Currently the stopped value is set to to 'Exception'. This means if an exception occurs during startup then test will give more detail about the cause of the failure. This is only monitored during the brokerStart() call and through the getStopLine() call on the Piper we can return the line of text that the Exception matched. Providing more details of why a broker failed to startup. This extra detail is currently added to the exception thrown when the broker fails to become ready. Added test.mport to profile for defaulting management port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802118 13f79535-47bb-0310-9956-ffa450edef68 --- java/module.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index f31a52f0ff..0c32414647 100644 --- a/java/module.xml +++ b/java/module.xml @@ -271,6 +271,7 @@ + -- cgit v1.2.1