[jira] (SUREFIRE-905) Surefore report plugin only executed tests once.Junit Categorization is not possibel

2014-05-11 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/SUREFIRE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=346077#comment-346077
 ] 

Herve Boutemy commented on SUREFIRE-905:


if you use maven-reporting-exec 1.2-SNAPSHOT with MSHARED-266 in m-site-p, it 
can help analyze forked executions by displaying them

I don't really understand what result you are expecting

> Surefore report plugin only executed tests once.Junit Categorization is not 
> possibel
> 
>
> Key: SUREFIRE-905
> URL: https://jira.codehaus.org/browse/SUREFIRE-905
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Maven Surefire Report Plugin
>Affects Versions: 2.12.2
> Environment: maven 3.0.4
> junit 4.8.1
>Reporter: Ronal Bashirov
> Attachments: mavenproject2.zip
>
>
> When I am trying to run categorized junit tests ,
> maven surefire pluing run only first group. All other groups are skipped.
> pom.xml
> {code:xml}
>
> org.apache.maven.plugins
> 
> maven-surefire-report-plugin
> 2.12.2
> 
> 
> unit
> 
>  
> com.mycompany.mavenproject2.UnitTest 
>  
> ${project.build.directory}/surefire-reports/unit 
> 
> surefire-report-unit
> 
> UNIT 
> 
> 
> report
> 
> 
> 
> comp
> 
> 
> com.mycompany.mavenproject2.ComponentTest 
>  
> ${project.build.directory}/surefire-reports/comp 
> 
> COMPONENT 
> 
> surefire-report-comp 
>  
> 
> report
> 
> 
> 
> sys
> 
> 
> com.mycompany.mavenproject2.SystemTest
>  
> ${project.build.directory}/surefire-reports/sys
> 
> SYSTEM 
> 
> surefire-report-sys 
>  
> 
> report
> 
> 
> 
>
> 
> {code}
> With output
> {noformat}
>  T E S T S
> ---
> Concurrency config is parallel='none', perCoreThreadCount=true, 
> threadCount=2, useUnlimitedThreads=false
> Running com.mycompany.mavenproject2.AppTest
> UnitTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Results :
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> [surefire:test]
> Skipping execution of surefire because it has already been run for this 
> configuration
> [surefire:test]
> Skipping execution of surefire because it has already been run for this 
> configuration
> [surefire:test]
> Skipping execution of surefire because it has already been run for this 
> configuration
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (SUREFIRE-905) Surefore report plugin only executed tests once.Junit Categorization is not possibel

2012-08-18 Thread Dennis Lundberg (JIRA)

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

Dennis Lundberg updated SUREFIRE-905:
-

Description: 
When I am trying to run categorized junit tests ,
maven surefire pluing run only first group. All other groups are skipped.
pom.xml
{code:xml}
   
org.apache.maven.plugins

maven-surefire-report-plugin
2.12.2


unit

 
com.mycompany.mavenproject2.UnitTest 
 
${project.build.directory}/surefire-reports/unit 

surefire-report-unit

UNIT 


report



comp


com.mycompany.mavenproject2.ComponentTest 
 
${project.build.directory}/surefire-reports/comp 

COMPONENT 

surefire-report-comp 
 

report



sys


com.mycompany.mavenproject2.SystemTest
 
${project.build.directory}/surefire-reports/sys

SYSTEM 

surefire-report-sys 
 

report



   

{code}

With output
{noformat}
 T E S T S
---
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, 
useUnlimitedThreads=false
Running com.mycompany.mavenproject2.AppTest
UnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0


[surefire:test]
Skipping execution of surefire because it has already been run for this 
configuration

[surefire:test]
Skipping execution of surefire because it has already been run for this 
configuration

[surefire:test]
Skipping execution of surefire because it has already been run for this 
configuration
{noformat}


  was:
When I am trying to run categorized junit tests ,
maven surefire pluing run only first group. All other groups are skipped.
pom.xml
   
org.apache.maven.plugins

maven-surefire-report-plugin
2.12.2


unit

 
com.mycompany.mavenproject2.UnitTest 
 
${project.build.directory}/surefire-reports/unit 

surefire-report-unit

UNIT 


report



comp


com.mycompany.mavenproject2.ComponentTest 
 
${project.build.directory}/surefire-reports/comp 

COMPONENT 

surefire-report-comp 
 

report



sys


com.mycompany.mavenproject2.SystemTest
 
${project.build.directory}/surefire-reports/sys

SYSTEM 
 

[jira] (SUREFIRE-905) Surefore report plugin only executed tests once.Junit Categorization is not possibel

2012-08-17 Thread Ronal Bashirov (JIRA)
Ronal Bashirov created SUREFIRE-905:
---

 Summary: Surefore report plugin only executed tests once.Junit 
Categorization is not possibel
 Key: SUREFIRE-905
 URL: https://jira.codehaus.org/browse/SUREFIRE-905
 Project: Maven Surefire
  Issue Type: Bug
  Components: Maven Surefire Report Plugin
Affects Versions: 2.12.2
 Environment: maven 3.0.4
junit 4.8.1
Reporter: Ronal Bashirov
 Attachments: mavenproject2.zip

When I am trying to run categorized junit tests ,
maven surefire pluing run only first group. All other groups are skipped.
pom.xml
   
org.apache.maven.plugins

maven-surefire-report-plugin
2.12.2


unit

 
com.mycompany.mavenproject2.UnitTest 
 
${project.build.directory}/surefire-reports/unit 

surefire-report-unit

UNIT 


report



comp


com.mycompany.mavenproject2.ComponentTest 
 
${project.build.directory}/surefire-reports/comp 

COMPONENT 

surefire-report-comp 
 

report



sys


com.mycompany.mavenproject2.SystemTest
 
${project.build.directory}/surefire-reports/sys

SYSTEM 

surefire-report-sys 
 

report



   



With output
 T E S T S
---
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, 
useUnlimitedThreads=false
Running com.mycompany.mavenproject2.AppTest
UnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0


[surefire:test]
Skipping execution of surefire because it has already been run for this 
configuration

[surefire:test]
Skipping execution of surefire because it has already been run for this 
configuration

[surefire:test]
Skipping execution of surefire because it has already been run for this 
configuration


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira