[JBoss JIRA] (WFLY-578) TS: Compare sets of tests run in both versions for respective groups
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-578?page=com.atlassian.jira.plugin.s... ]
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
11 years, 8 months
[JBoss JIRA] (WFLY-579) TS: Check regressions
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-579?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-2010 to WFLY-579:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-579 (was: AS7-2010)
Component/s: (was: Test Suite)
> TS: Check regressions
> ---------------------
>
> Key: WFLY-579
> URL: https://issues.jboss.org/browse/WFLY-579
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> make sure that the modified testsuite does not introduce any
> regressions. This includes tests run agains the default server profile
> as well as the preview server profile. (There are currently failures
> against the preview server profile in the integration tests)
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-193) JCA workmanager and bootstrap-context "name" attributes should not support expressions
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-193?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-6222 to WFLY-193:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-193 (was: AS7-6222)
Component/s: Domain Management
JCA
(was: Domain Management)
(was: JCA)
Fix Version/s: 8.0.0.Alpha1
(was: EAP 6.1.0.Alpha (7.2.0.Final))
> JCA workmanager and bootstrap-context "name" attributes should not support expressions
> --------------------------------------------------------------------------------------
>
> Key: WFLY-193
> URL: https://issues.jboss.org/browse/WFLY-193
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management, JCA
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 8.0.0.Alpha1
>
>
> These "name" attributes represent part of the address of a resource. Resource address elements cannot support expressions, because their value needs to be resolvable
> 1) before all system property values are known
> 2) on the master host controller, which may have different resolution sources from other HCs or the servers.
--
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
11 years, 8 months