-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Product jira for https://github.com/wildfly/wildfly/pull/8149/files PR.
EAP has a clean shutdown mechanism which can be used to shutdown a server from
the command line so that requests active at the time of shutdown get a chance to complete:
[standalone@localhost:9990 /] :shutdown(timeout=5) {"outcome" => "success"}
Provide access to this feature from an Arquillian test case so that test cases may test with or without clean shutdown enabled.