[GitHub] [maven-surefire] reinhapa edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-07-06 Thread GitBox


reinhapa edited a comment on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-875306002


   Closing this as the remaining issues will be processed here:
   
   - 
[SUREFIRE-1930](https://issues.apache.org/jira/projects/SUREFIRE/issues/SUREFIRE-1930)
 for the flaky IT.
   - 
[SUREFIRE-1931](https://issues.apache.org/jira/projects/SUREFIRE/issues/SUREFIRE-1931)
 for the zombie processes,
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [maven-surefire] reinhapa edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-04-05 Thread GitBox


reinhapa edited a comment on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-813393496


   @Tibor17 when I build my project 
[g...@github.com:eXist-db/exist.git](g...@github.com:eXist-db/exist.git) the 
build fails on a test, that works using the M5 excuting:
   
   mvn -DfailIfNoTests=false -Dtest=org.exist.management.JmxRemoteTest test
   
   This are the changes made on the `develop` branch:
   
   --- a/exist-parent/pom.xml
   +++ b/exist-parent/pom.xml
   @@ -651,7 +651,7 @@

org.apache.maven.plugins
maven-surefire-plugin
   -3.0.0-M4
   +3.0.0-M6-SNAPSHOT

2C