[
https://issues.jboss.org/browse/AS7-2909?page=com.atlassian.jira.plugin.s...
]
Jason Greene updated AS7-2909:
------------------------------
Fix Version/s: 7.1.2.Final
(was: 7.1.1.Final)
This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers,
and EAP LA issues (which are probably not yet at the right status, or need an extra triage
pass).
If these issues are completed in a 7.1.1 timeframe please change the fix version. Although
if you forget I will bulk correct.
AS7 testsuite - maven.test.failure.ignore vs.
surefire.test.failure.ignore
--------------------------------------------------------------------------
Key: AS7-2909
URL:
https://issues.jboss.org/browse/AS7-2909
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.1.0.Beta1
Reporter: Rostislav Svoboda
Assignee: Ondrej Zizka
Fix For: 7.1.2.Final
I have problem with AS7 TS internal surefire.test.failure.ignore property to ignore tests
failures. Ignoring failed tests can be useful for code coverage or when you are building
unstable version of AS7. With this property we are adding requirements for users because
they will need to search for all properties and can't rely on standard Maven
knowledge.
Is there any hidden motivation for surefire.test.failure.ignore property? I can't
recall any.
*Current command:*
./tools/maven/bin/mvn -e -s tools/maven/conf/settings.xml install -Dts.smoke
-Dmaven.test.failure.ignore=true -Dsurefire.test.failure.ignore=true
*Goal:*
./tools/maven/bin/mvn -e -s tools/maven/conf/settings.xml install -Dts.smoke
-Dmaven.test.failure.ignore=true
*Suggestion:*
Replace surefire.test.failure.ignore property with standard maven.test.failure.ignore
Links:
https://github.com/jbossas/jboss-as/blob/master/testsuite/pom.xml#L114
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#test...
--
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