[jboss-jira] [JBoss JIRA] (WFLY-642) TS: -Dtest=*<something>* only matches one test per module.
Tomaz Cerar (JIRA)
issues at jboss.org
Mon Mar 27 08:18:52 EDT 2017
[ https://issues.jboss.org/browse/WFLY-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar closed WFLY-642.
----------------------------
Resolution: Out of Date
> 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
> Components: Test Suite
> 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 at 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 was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list