[
http://jira.jboss.com/jira/browse/EJBTHREE-1211?page=all ]
Andrew Lee Rubinger resolved EJBTHREE-1211.
-------------------------------------------
Resolution: Done
Fixes made to ServerManager Project and EJB3 build-test.xml
Fix Server Shutdown Detection in TestSuite
------------------------------------------
Key: EJBTHREE-1211
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1211
Project: EJB 3.0
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Fix For: AS 5.0.0.CR1
Hudson runs (particularly ejb3-ssl now) often (if not all the time) fail due to the
testrunner not sensing when a server has shut down. Current implementation searches for a
shutdown String in the server log:
<contains text="[org.jboss.bootstrap.microcontainer.ServerImpl] (JBoss Shutdown
Hook) Shutdown complete"/>
...and even though this is present:
2008-03-10 11:36:27,643 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (JBoss
Shutdown Hook) Shutdown complete
...the script times out with a failure.
Fix this and get The Hudson runs finishing reliably.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira