[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:51:45 EDT 2011


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

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

{code}
./integration-tests.sh clean install -Dcompat-tests
{code}
Successfully run 7 tests.

{code}
./integration-tests.sh clean install -Ddomain-tests
{code}
Successfully run 48 tests, 2 skipped.
                                                                                                
                
> 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