[
https://issues.apache.org/jira/browse/SUREFIRE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733884#comment-14733884
]
Emmanuel Lecharny commented on SUREFIRE-528:
--------------------------------------------
I *do* care to have an issue I have opened being close for a stupid reason. I
don't care that it's closed for a valid reason.
If you think that Surefire output, where you have hundreds of files mixing
success and failures without any indication of what is a failure and what is a
success, is just fine, be my hguest, this is your project, not mine.
Or you can also consider that my request is important from a user experience
POV. That's your decision to make.
In any case, please don't close it just because it's 2 years old. Say that it's
a frivolous request, or too costly to implement, or whatever reason;
> 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)