-
Feature Request
-
Resolution: Obsolete
-
Major
-
None
-
None
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 .
- is blocked by
-
SHRINKWRAP-242 Get shrinkwrap to work from inside an OSGi framework
- Closed