eolivelli commented on issue #240: [SUREFIRE-1658] TCP/IP Channel for forked Surefire JVM. Extensions API and SPI. Polymorphism for remote and local process communication. URL: https://github.com/apache/maven-surefire/pull/240#issuecomment-599188414 I am sorry @Tibor17 but it is not working properly. I am testing here: https://github.com/diennea/herddb branch "fix/try-surefire" If you run "mvn clean install -Dmaven.test.redirectTestOutputToFile=true" you will see that when the build reaches the core project (herddb-core) there is no report of tests finish, only test start events. The build is not using parallel tests, it is using junit4 + single thread + reuseForks = **false** it is very simple. Unfortunately if you set reuseForks=true some test has problem so I cannot test that combination I see these logs: `[DEBUG] Closing the fork 1 after not saying Good Bye.` It looks like the problem appears after the **second** test class, but I am not sure
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
