[
https://issues.jboss.org/browse/RFPL-2344?page=com.atlassian.jira.plugin....
]
Juraj Húska commented on RFPL-2344:
-----------------------------------
Setting of {{arquillian.maxTestClassesBeforeRestart}} to some high value would only
decrease number of container restarts. At the same time it is not possible, because with
higher values you would get PERM GEN memory errors more likely (I tested this when I was
introducing Arquillian to the test-suite).
The extension I am about to incorporate to all branches will also decrease number of
deployments, there will be only one, instead of deployment for each test class.
Implement POC of deploying only once to container
-------------------------------------------------
Key: RFPL-2344
URL:
https://issues.jboss.org/browse/RFPL-2344
Project: RichFaces Planning
Issue Type: Task
Security Level: Public(Everyone can see)
Components: QE
Affects Versions: 4.3.0.M1
Reporter: Juraj Húska
Assignee: Juraj Húska
Try to implement POC of this approach:
# unzip container
# copy application war to the directory from where it is automatically deployed
# comment deployment section of tests
# do that at first for showcase
# run test suite with and without the trick and see the results
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)