[
https://issues.apache.org/jira/browse/SUREFIRE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733951#comment-14733951
]
Tibor Digana commented on SUREFIRE-528:
---------------------------------------
[~elecharny]
:)) We want to provide the fix in surefire 3.0.
That's the reason we have related issue SUREFIRE-726 still open.
This issue will won't be forgotten because it's part of Test List Processor in
SUREFIRE-726. I don't mind if this is close, I can see what's behind of 726.
Surefire is walking through a big rework in 2.19 which was done to get to more
stable 3.0.
We have a prototype of 3.0 in a branch and I want to release an experimental
release of 3.0 in 2.20 with limited features.
> Splitting tests names in two categories : success and failure
> -------------------------------------------------------------
>
> Key: SUREFIRE-528
> URL: https://issues.apache.org/jira/browse/SUREFIRE-528
> Project: Maven Surefire
> Issue Type: Improvement
> Components: Maven Surefire Plugin
> Affects Versions: 2.0 (2.2 plugin)
> Reporter: Emmanuel Lecharny
>
> We have to check all the *.txt files to find the ones which contain some
> errors. The fact that failed tests are listed before does not help a lot when
> you have hundred of tests run with sometime lot of logs.
> I would rather propose that we either create two sub-directories
> (failure/success) or that we postfix tests.
> A good example :
> ...
> Tests run: 197, Failures: 1, Errors: 0, Skipped: 0
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> Please refer to
> /home/elecharny/apacheds/mina/trunk/core/target/surefire-reports for the
> individual test results.
> ...
> Would be better to have :
> Please refer to
> /home/elecharny/apacheds/mina/trunk/core/target/surefire-reports/failure for
> the individual test failures.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)