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

Arquillian needs to deliver a raw archive to the test container

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Obsolete
    • Major
    • 2.0.0.Beta1
    • None
    • Base Implementation
    • None

    Description

      In order to support performance tests and deployment testing Arquillian needs to be able to deliver raw archives to the tests being run inside a container.

      • For performance tests it's important to measure exactly the amount of time a deployment might take and this measurement should not be polluted with the time it takes a client to construct a bundle and the time spent in sending the archive over a socket to the test running in the container.
      • For deployment tests, the test itself needs to directly exercise the deployment APIs using test archives, it cannot let the Arquillian framework do this.

      This is currently possible in the OSGiContainerImpl class in the getTestArchive() method
      https://github.com/jbosgi/arquillian/blob/jbosgi/protocols/osgi/src/main/java/org/jboss/arquillian/osgi/OSGiContainerImpl.java
      however this functionality is currently limited to OSGi deployments only.

      To be able to implement this properly, Shrinkwrap needs to be capable of running in a module system such as OSGi, so this issue depends on https://issues.jboss.org/browse/SHRINKWRAP-242 .

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dhildenb@redhat.com David Hildenbrand
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: