[
https://issues.jboss.org/browse/JBIDE-9355?page=com.atlassian.jira.plugin...
]
Andre Dietisheim commented on JBIDE-9355:
-----------------------------------------
No i did not not smoke test, i obviously did not smoke test enough / well enough since I
did not notice this one.
The issue we should definitely see here (again) is that test coverage is not good enough
(and delegate states / start & stop are not covered at all) and we should improved the
coverage.
Local AS7 server adapter fails to stop, despite server shutdown
succeeding in the background
--------------------------------------------------------------------------------------------
Key: JBIDE-9355
URL:
https://issues.jboss.org/browse/JBIDE-9355
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M3
Reporter: Rob Stryker
Assignee: Andre Dietisheim
Fix For: 3.3.0.M3
An attempt to tell as7 to stop fails with a dialog saying attempt failed, despite the
server in the background stopping successfully.
The reason for this is because the server adapter's behaviour never tells the
framework it has begun "stopping" the server. It simply launches the stop
command to the server. When the gracefulStop() returns, the server is still in mode
started, because even for as7, it still might take 1 second to stop the server but only
half a second to return to the surrounding WTP framework which watches server states.
This is a further indication that commits are being made without even basic smoketests.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira