Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-674

@OperateOnDeployment to allow test to operate on 2 deployments

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Duplicate
    • Critical
    • None
    • 1.0.0.CR5
    • None
    • None

    Description

      Currently only 1 @OperateOnDeployment can be used on a @Test method. In clustering test, there are always at least 2 different deployments. @OperateOnDeployment should be able to specify 2 deployments in order to be able to use their metas.

      I currently ended up with

      // Ouch, hardcoded URL will need fixing. ARQ doesnt support @OperateOnDeployment on 2.
      String url1 = baseURL.toString() + "simple";
      String url2 = "http://127.0.0.1:8080/distributable/simple";
      

      Link to docs
      http://docs.jboss.org/arquillian/api/latest/org/jboss/arquillian/api/OperateOnDeployment.html

      Attachments

        Issue Links

          Activity

            People

              aslak@redhat.com Aslak Knutsen
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: