-
Feature Request
-
Resolution: Done
-
Major
-
9.0.0.Alpha1
-
None
WildFly 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.
- causes
-
WFLY-3532 RemoteFailoverTestCase still fails intermittently
- Closed
- is related to
-
JBEAP-5679 Allow Arquillian to specify a timeout value for the EAP clean shutdown mechanism when shutting down a server
- Verified