[jboss-jira] [JBoss JIRA] (AS7-2009) TS: Compare sets of tests run in both versions for respective groups

Ondrej Zizka (Commented) (JIRA) jira-events at lists.jboss.org
Sun Oct 23 17:32:45 EDT 2011


    [ https://issues.jboss.org/browse/AS7-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636726#comment-12636726 ] 

Ondrej Zizka commented on AS7-2009:
-----------------------------------

Smoke:
{code}
$ ./integration-tests.sh clean install -Dsmoke
/home/ondra/work/AS-7/ozizka-as7/tools/maven/bin/mvn -s ../tools/maven/conf/settings.xml  clean install -Dsmoke -Dintegration.module -Dsmoke.integration.tests
{code}

{code}
$ cd testsuite/
$ mvn install
{code}

Result in ComparisonSmoke.html
                
> TS: Compare sets of tests run in both versions for respective groups
> --------------------------------------------------------------------
>
>                 Key: AS7-2009
>                 URL: https://issues.jboss.org/browse/AS7-2009
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Test Suite
>            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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list