[ 
https://issues.apache.org/jira/browse/SUREFIRE-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430877#comment-15430877
 ] 

Jodi commented on SUREFIRE-1274:
--------------------------------

Hi

Setting forks to 0 seems to resolve the issue in some repetitive testing so it 
seems to be related to threading within a project within the hierarchy. This is 
without making changes anywhere else.

Unless this threading is a problem within Maven I think closing this issue may 
be a mistake

> maven test fails when running inside a profile if executing for single class
> ----------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1274
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1274
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.19.1
>         Environment: Maven v3.0.5
> Netbeans IDE 8.1 Release
> Windows 10 Pro v6.3
> jacoco-maven-plugin 0.7.7.201606060606
> Spring Boot
>            Reporter: Jodi
>            Assignee: Tibor Digana
>              Labels: newbie, test, windows
>         Attachments: pom-surefire-single-test-fail.xml, 
> surefilre-plugin-single-test.log
>
>
> ##Conditions which led to the issue
> Prior to the issue occurring, try and use jacoco-maven-plugin with 
> maven-surefire-plugin while inside a profile to address as yet unknown issues 
> when adding maven-docker-plugin to pom.xml
> ##Maven configuration
> After:
> 1. Opening a project POM which hasn't yet been migrated to docker
> 2. Moving maven-surefire-plugin and jacoco-maven-plugin to a "test" profile
> 3. Setting plugin version to 2.19.1 in POM
> 4. Switching to "test" profile
> 5. Run mvn:build from Netbeans
> 6. Running mv:test on any specific class
> ##Outcome
> maven-surefire-plugin fails while Forking: Error: Could not find or load main 
> class ${argLine}
> See attached error.log and pom.xml
> ##Notes
> Test fails with or without following pom.xml section commented out in plugin 
> configuration
>   ...
>   <forkCount>1</forkCount>
>   <reuseForks>true</reuseForks>
>    ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to