[jboss-jira] [JBoss JIRA] (WFLY-578) TS: Compare sets of tests run in both versions for respective groups
Jason Greene (JIRA)
jira-events at lists.jboss.org
Tue Apr 23 15:44:58 EDT 2013
[ https://issues.jboss.org/browse/WFLY-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene moved AS7-2009 to WFLY-578:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-578 (was: AS7-2009)
Component/s: (was: Test Suite)
> TS: Compare sets of tests run in both versions for respective groups
> --------------------------------------------------------------------
>
> Key: WFLY-578
> URL: https://issues.jboss.org/browse/WFLY-578
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Attachments: Comparison.html, ComparisonSmoke.html
>
>
> Make sure that the set of tests run by the modified testsuite is the
> same as the set of tests run by the unmodified testsuite (this is
> because the includes/excludes have been rearranged in some cases,
> especially in the integration module).
> {code}
> COMB="new-DallTests-clean"
> DIR=~/work/AS7/TS-compare/$COMB
> mkdir -p $DIR/allReports
> find testsuite/ -name TEST-* > $DIR/list.txt
> for i in `find testsuite/ -name *TestCase*.txt`; do cp $i $DIR/allReports ; done
> for i in `find testsuite/ -name TEST-*`; do cp $i $DIR/allReports ; done
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list