[jira] [Updated] (SUREFIRE-528) Splitting tests names in two categories : success and failure

2018-03-06 Thread Tibor Digana (JIRA)

 [ 
https://issues.apache.org/jira/browse/SUREFIRE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tibor Digana updated SUREFIRE-528:
--
Fix Version/s: (was: 3.0.0-M1)
   3.0

> 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
>Priority: Major
> Fix For: 3.0
>
>
> 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
(v7.6.3#76005)


[jira] [Updated] (SUREFIRE-528) Splitting tests names in two categories : success and failure

2018-03-06 Thread Tibor Digana (JIRA)

 [ 
https://issues.apache.org/jira/browse/SUREFIRE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tibor Digana updated SUREFIRE-528:
--
Fix Version/s: (was: 3.0-RC1)
   3.0.0-M1

> 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
>Priority: Major
> Fix For: 3.0
>
>
> 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
(v7.6.3#76005)


[jira] [Updated] (SUREFIRE-528) Splitting tests names in two categories : success and failure

2015-12-27 Thread Tibor Digana (JIRA)

 [ 
https://issues.apache.org/jira/browse/SUREFIRE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tibor Digana updated SUREFIRE-528:
--
Fix Version/s: 2.20

> 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
> Fix For: 2.20
>
>
> 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)


[jira] Updated: (SUREFIRE-528) Splitting tests names in two categories : success and failure

2010-12-24 Thread Kristian Rosenvold (JIRA)

 [ 
http://jira.codehaus.org/browse/SUREFIRE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kristian Rosenvold updated SUREFIRE-528:


Component/s: Maven Surefire Plugin

 Splitting tests names in two categories : success and failure
 -

 Key: SUREFIRE-528
 URL: http://jira.codehaus.org/browse/SUREFIRE-528
 Project: Maven Surefire
  Issue Type: Improvement
  Components: Maven Surefire Plugin
Affects Versions: 2.0 (2.2 plugin)
Reporter: Emmanuel Lécharny

 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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira