[JBoss JIRA] (WFLY-642) TS: -Dtest=*<something>* only matches one test per module.
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-642?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-3947 to WFLY-642:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-642 (was: AS7-3947)
Component/s: (was: Test Suite)
Fix Version/s: (was: 8.0.0.Alpha1)
> TS: -Dtest=*<something>* only matches one test per module.
> -----------------------------------------------------------
>
> Key: WFLY-642
> URL: https://issues.jboss.org/browse/WFLY-642
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Pavel Janousek
> Assignee: Aslak Knutsen
>
> It seems like some regression.
> When I've tried run like:
> {code}
> mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
> {code}
> I got this result:
> {code}
> [pjanouse@pjanouse testsuite]$ mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
> Running org.jboss.as.test.smoke.jaxrs.JaxrsTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.689 sec
> ...
> ------ basic module:
> Running org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.099 sec
> ...
> {code}
> So you can see - Integration basic is invoked, but only TestCases org.jboss.as.test.smoke.jaxrs.JaxrsTestCase and org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCas were run although there are plenty of other TestCases fulfilled mask *\*.jaxrs.\** - many of them are localted in testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/ + sub=dirs.
--
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
13 years, 2 months
[JBoss JIRA] (WFLY-643) TS: Implement replacing of ...=localhost in .properties resources
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-643?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-3948 to WFLY-643:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-643 (was: AS7-3948)
Component/s: (was: Test Suite)
Fix Version/s: (was: 7.1.2.Final (EAP))
> TS: Implement replacing of ...=localhost in .properties resources
> -----------------------------------------------------------------
>
> Key: WFLY-643
> URL: https://issues.jboss.org/browse/WFLY-643
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> There are 3 occurences of $SUBJ, see below.
> Since they are in src/, it needs to be copied elsewhere and added to classpath from there.
> {code}
> $ git grep -A1 =localhost
> testsuite/integration/basic/src/test/resources/jboss-ejb-client.properties:remote.connection.default.host=localhost
> testsuite/integration/basic/src/test/resources/jboss-ejb-client.properties-remote.connection.default.port=4447
> --
> testsuite/integration/clust/src/test/resources/cluster/ejb3/stateful/failover/sfsb-failover-jboss-ejb-client.properties:remote.connection.default.host=localhost
> testsuite/integration/clust/src/test/resources/cluster/ejb3/stateful/failover/sfsb-failover-jboss-ejb-client.properties-remote.connection.default.port=4447
> --
> testsuite/integration/manualmode/src/test/resources/jboss-ejb-client.properties:remote.connection.default.host=localhost
> testsuite/integration/manualmode/src/test/resources/jboss-ejb-client.properties-remote.connection.default.port=4447
> {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
13 years, 2 months
[JBoss JIRA] (WFLY-634) TS: Pass the path to docs/examples to the tests.
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-634?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-3726 to WFLY-634:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-634 (was: AS7-3726)
Component/s: (was: Test Suite)
Fix Version/s: (was: 8.0.0.Alpha1)
> TS: Pass the path to docs/examples to the tests.
> ------------------------------------------------
>
> Key: WFLY-634
> URL: https://issues.jboss.org/browse/WFLY-634
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> In AS7, the path to the config file, passed in a system property, is only allowed to be a relative path.
> In the testsuite, we would make use of absolute paths.
> The reason is that we reuse the configs from docs/examples, and they change quite often, so having them in resources would be hardly maintainable.
> However, docs/examples is not guaranteed to be always in the same place: E.g. for EAP, or for RPM-based installation of EAP it might end up in /var/docs or such.
> I would like to pass some property from maven to the tests, but that results in absolute path.
--
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
13 years, 2 months