-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
---
-
---
A number of significant features of Wildly change their behavior depending on whether the server is in a suspended state of a non-suspended state. This applies to standalone servers as well as servers in a cluster.
At present, there is no easy way to suspend a server (without a following shutdown) and resume the server within the context of a test case.
In order to improve the ease of testing such behavioral changes, it would be nice to complement the operations:
deploy(String node)
undeploy (String node)
start(String node)
stop(String node)
with the operations:
suspend(String node)
resume (String node)
in the class AbstractClusteringTestCase.