[JBoss JIRA] (RFPL-2344) Implement POC of deploying only once to container
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RFPL-2344?page=com.atlassian.jira.plugin.... ]
Brian Leathem commented on RFPL-2344:
-------------------------------------
+1 nice work!
> 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)
11 years, 9 months
[JBoss JIRA] (RFPL-2344) Implement POC of deploying only once to container
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RFPL-2344?page=com.atlassian.jira.plugin.... ]
Juraj Húska edited comment on RFPL-2344 at 7/9/14 11:16 AM:
------------------------------------------------------------
[Arquillian-suite-extension|https://github.com/ingwarsw/arquillian-suite-e...], is doing exactly what we want here. One deployment per test suite.
I have incorporated the test suite in [this|https://github.com/richfaces/richfaces-qa/commit/cc0f412a38ae2624d00...] branch and commit.
Tested it on these jobs:
* [WildFly 8.1|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
* [EAP 6|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/RF...]
It works as expected, and brings these advantages:
* decrease of tests execution
** it is not dramatic, but at least something, e.g. job for WildFly took *half an hour* less, job for EAP took instead of 56 min only 40 min. (those are different test suites)
* more clear test log
** no mess from container restart and redeploy of Metamer
* memory consumption improved
** I guess we can test with less heap and PermGen space
* better stability of tests
** just a guess, no proof, just a feeling
My question [~ppitonak], [~jstefek], [~manovotn], [~mtomasek] is whether it is worth incorporating it ?
IMHO yes, the only thing which is bottleneck is adding third party dependency (Its simple extension, quite popular in community, well maintained).
Thanks for feedback.
was (Author: jhuska):
[Arquillian-suite-extension|https://github.com/ingwarsw/arquillian-suite-e...], is doing exactly what we want here. One deployment per test suite.
I have incorporated the test suite in [this|https://github.com/richfaces/richfaces-qa/commit/cc0f412a38ae2624d00...] branch and commit.
Tested it on these jobs:
* [WildFly 8.1|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
* [EAP 6|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/RF...]
It works as expected, and brings these advantages:
* decrease of tests execution
** it is not dramatic, but at least something, e.g. job for WildFly took *half an hour* less, job for EAP took instead of 56 min only 40 min. (those are different test suites)
* more clear test log
** no mess from container restart and redeploy of Metamer
* memory consumption improved
** I guess we can test with less heap and PermGen space
My question [~ppitonak], [~jstefek], [~manovotn], [~mtomasek] is whether it is worth incorporating it ?
IMHO yes, the only thing which is bottleneck is adding third party dependency (Its simple extension, quite popular in community, well maintained).
Thanks for feedback.
> 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)
11 years, 9 months
[JBoss JIRA] (RFPL-2344) Implement POC of deploying only once to container
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RFPL-2344?page=com.atlassian.jira.plugin.... ]
Juraj Húska edited comment on RFPL-2344 at 7/9/14 11:11 AM:
------------------------------------------------------------
[Arquillian-suite-extension|https://github.com/ingwarsw/arquillian-suite-e...], is doing exactly what we want here. One deployment per test suite.
I have incorporated the test suite in [this|https://github.com/richfaces/richfaces-qa/commit/cc0f412a38ae2624d00...] branch and commit.
Tested it on these jobs:
* [WildFly 8.1|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
* [EAP 6|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/RF...]
It works as expected, and brings these advantages:
* decrease of tests execution
** it is not dramatic, but at least something, e.g. job for WildFly took *half an hour* less, job for EAP took instead of 56 min only 40 min. (those are different test suites)
* more clear test log
** no mess from container restart and redeploy of Metamer
* memory consumption improved
** I guess we can test with less heap and PermGen space
My question [~ppitonak], [~jstefek], [~manovotn], [~mtomasek] is whether it is worth incorporating it ?
IMHO yes, the only thing which is bottleneck is adding third party dependency (Its simple extension, quite popular in community, well maintained).
Thanks for feedback.
was (Author: jhuska):
[Arquillian-suite-extension|https://github.com/ingwarsw/arquillian-suite-e...], is doing exactly what we want here. One deployment per test suite.
I have incorporated the test suite in [this|https://github.com/richfaces/richfaces-qa/commit/cc0f412a38ae2624d00...] branch and commit.
Tested it on these jobs:
* [WildFly 8.1|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
* [EAP 6|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/RF...]
It works as expected, and brings these advantages:
* decrease of tests execution
** it is not dramatic, but at least something, e.g. job for WildFly took *half an hour* less, job for EAP took instead of 56 min only 40 min. (those are different test suites)
* more clear test log
** no mess from container restart and redeploy of Metamer
* memory consumption improved
** I guess we can test with less heap and PermGen space
My question [~ppitonak], [~jstefek], [~manovotn], [~mtomasek] is whether it is worth incorporating it ?
IMHO yes, the only thing which is bottleneck is adding third party dependency (Its simple extension, quite popular in community).
Thanks for feedback.
> 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)
11 years, 9 months
[JBoss JIRA] (RFPL-2344) Implement POC of deploying only once to container
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RFPL-2344?page=com.atlassian.jira.plugin.... ]
Juraj Húska commented on RFPL-2344:
-----------------------------------
[Arquillian-suite-extension|https://github.com/ingwarsw/arquillian-suite-e...], is doing exactly what we want here. One deployment per test suite.
I have incorporated the test suite in [this|https://github.com/richfaces/richfaces-qa/commit/cc0f412a38ae2624d00...] branch and commit.
Tested it on these jobs:
* [WildFly 8.1|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
* [EAP 6|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/RF...]
It works as expected, and brings these advantages:
* decrease of tests execution
** it is not dramatic, but at least something, e.g. job for WildFly took *half an hour* less, job for EAP took instead of 56 min only 40 min. (those are different test suites)
* more clear test log
** no mess from container restart and redeploy of Metamer
* memory consumption improved
** I guess we can test with less heap and PermGen space
My question [~ppitonak], [~jstefek], [~manovotn], [~mtomasek] is whether it is worth incorporating it ?
IMHO yes, the only thing which is bottleneck is adding third party dependency (Its simple extension, quite popular in community).
Thanks for feedback.
> 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)
11 years, 9 months
[JBoss JIRA] (RFPL-3036) Metamer enhancements for more effective work
by Martin Tomasek (JIRA)
[ https://issues.jboss.org/browse/RFPL-3036?page=com.atlassian.jira.plugin.... ]
Martin Tomasek resolved RFPL-3036.
----------------------------------
Resolution: Done
> Metamer enhancements for more effective work
> --------------------------------------------
>
> Key: RFPL-3036
> URL: https://issues.jboss.org/browse/RFPL-3036
> Project: RichFaces Planning
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: QE
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juraj Húska
> Assignee: Martin Tomasek
> Fix For: 4.5.0.Alpha3
>
>
> We have discussed couple of enhancements to Metamer:
> # put all components to the first page
> # make a search input on the home page with automatic focus after page load ,which will be able to filter the components
> # I am also thinking about making similar search box for attributes in the sample pages
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (RFPL-3036) Metamer enhancements for more effective work
by Martin Tomasek (JIRA)
[ https://issues.jboss.org/browse/RFPL-3036?page=com.atlassian.jira.plugin.... ]
Martin Tomasek commented on RFPL-3036:
--------------------------------------
Ok, I will mark this RFPL as resolved.
> Metamer enhancements for more effective work
> --------------------------------------------
>
> Key: RFPL-3036
> URL: https://issues.jboss.org/browse/RFPL-3036
> Project: RichFaces Planning
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: QE
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juraj Húska
> Assignee: Martin Tomasek
> Fix For: 4.5.0.Alpha3
>
>
> We have discussed couple of enhancements to Metamer:
> # put all components to the first page
> # make a search input on the home page with automatic focus after page load ,which will be able to filter the components
> # I am also thinking about making similar search box for attributes in the sample pages
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months