[
https://issues.jboss.org/browse/AS7-3947?page=com.atlassian.jira.plugin.s...
]
Ondrej Zizka edited comment on AS7-3947 at 3/9/12 6:31 AM:
-----------------------------------------------------------
I see. You're right. I didn't read whole text since you posted whole log.
The only thing which could cause this is Arquillian/JUnit wrongly interpreting/processing
the mask.
Aslak, could you please look into this?
was (Author: ozizka):
I see. You're right. I didn't read whole text
The only thing which could cause this is Arquillian/JUnit wrongly interpreting/processing
the mask.
Aslak, could you please look into this?
TS: -Dtest=*<something>* only matches one test per module.
-----------------------------------------------------------
Key: AS7-3947
URL:
https://issues.jboss.org/browse/AS7-3947
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Pavel Janousek
Assignee: Aslak Knutsen
Fix For: 7.1.2.Final
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira