Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-20970

Provide suspend() / resume() methods in AbstractClusteringTestCase

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Clustering, Test Suite
    • 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.

              rhn-engineering-rhusar Radoslav Husar
              rachmato@redhat.com Richard Achmatowicz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: