You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/01/21 16:24:59 UTC

[GitHub] mvsoder commented on a change in pull request #213: [SUREFIRE-1534] ClassNotFoundException: org.apache.maven.plugin.surefire.StartupReportConfiguration using reuseForks set to false

mvsoder commented on a change in pull request #213: [SUREFIRE-1534] ClassNotFoundException: org.apache.maven.plugin.surefire.StartupReportConfiguration using reuseForks set to false
URL: https://github.com/apache/maven-surefire/pull/213#discussion_r249512479
 
 

 ##########
 File path: surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformEnginesIT.java
 ##########
 @@ -114,7 +114,8 @@ public void platform() throws VerificationException
                 + "  surefire-api-*.jar"
                 + "  surefire-logger-api-*.jar"
                 + "  common-java5-*.jar"
-                + "  junit-platform-launcher-1.3.1.jar";
+                + "  junit-platform-launcher-1.3.1.jar"
+                + "  maven-surefire-common-*.jar";
 
 Review comment:
   Ended up with errors running the following ITs. It didn't provide a stack trace so I'm not sure what to do with them. I'll work on adding my IT as requested.:
   
   [ERROR] Errors: 
   [ERROR]   ForkModeTestNGIT>ForkModeIT.testForkCountOneReuse:137->ForkModeIT.doTest:224 » SurefireVerifier
   [ERROR]   ForkModeTestNGIT>ForkModeIT.testForkModeOncePerThreadTwoThreads:107->ForkModeIT.doTest:224 » SurefireVerifier
   [ERROR]   JUnit47ParallelIT.reusableThreadCountSuitesAndClassesOptimized:384 » SurefireVerifier
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services