[
https://issues.jboss.org/browse/AS7-6620?page=com.atlassian.jira.plugin.s...
]
Radoslav Husar commented on AS7-6620:
-------------------------------------
The problem is that Managed*DeployableContainer kills the managed server instead of
regular shutdown in stop() on Windows. ARQ's stop is supposed to shutdown the server
'nicely', for abrupt termination there is jvmKill().
This was probably implemented like this incorrectly assuming that on windows, the process
is sent SIGTERM like on *NIX-based OSes but there is no such thing on windows and the
process is terminated immediately.
This shows up only in clustered tests, compared to other tests which dont rely on the
shutdown sequence to be completed, but clustering testsuite relies on shutdown to
disconnect the channel and leave the cluster without FD having to kick in.
DeployableContainer kills the managed server instead of regular
shutdown in stop() on Windows
---------------------------------------------------------------------------------------------
Key: AS7-6620
URL:
https://issues.jboss.org/browse/AS7-6620
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.2.0.Alpha1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 8.0.0.Alpha1
This might be due to historical reasons for the TS to run faster, but this messes up
clustering tests since shutdown is part of the test.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira