Re: surefire 2.19 hangs

2015-10-09 Thread Tibor Digana
I used Linux and Kristian Linux. I guess the sufirebooter is awaiting tests from in-plugin process but the forkMode=once which means this should finish after test-set without awaiting anything from master. I don't know why this happened because we have a bunch of ITs with forkMode=once and nothing

Re: surefire 2.19 hangs

2015-10-08 Thread Kristian Rosenvold
This was on linux. I'll try to diagnose later tonight K 8. okt. 2015 5.32 p.m. skrev "Arnaud Héritier" : > When I was using windows I remember that unlocked was my friend : > http://www.emptyloop.com/unlocker/ > Maybe there are others tools nowadays … > The most important is to see which proc

Re: surefire 2.19 hangs

2015-10-08 Thread Arnaud Héritier
When I was using windows I remember that unlocked was my friend : http://www.emptyloop.com/unlocker/ Maybe there are others tools nowadays … The most important is to see which process is locking the files you are trying to delete to understand why it didn’t unlock them > On 08 Oct 2015, at 16:5

Re: surefire 2.19 hangs

2015-10-08 Thread Tibor Digana
Yes, I used Windows. On Thu, Oct 8, 2015 at 3:23 PM, Arnaud Héritier wrote: > Isn’t it a process which didn’t stopped correctly on windows and it avoids > to delete the surefirebooter jar ? > Love windows ….. > > > > On 08 Oct 2015, at 15:00, Tibor Digana wrote: > > > > after mvn clean: > > > >

Re: surefire 2.19 hangs

2015-10-08 Thread Arnaud Héritier
Isn’t it a process which didn’t stopped correctly on windows and it avoids to delete the surefirebooter jar ? Love windows ….. > On 08 Oct 2015, at 15:00, Tibor Digana wrote: > > after mvn clean: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-clean-plugin:2.5:clean (defau

Re: surefire 2.19 hangs

2015-10-08 Thread Tibor Digana
after mvn clean: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project maven-core: Failed to clean project: Failed to delete D:\vcs\maven-master\maven-core\target\surefire\surefirebooter8559182412130340457.jar -> [Help 1] It looks like the

Re: surefire 2.19 hangs

2015-10-08 Thread Tibor Digana
ArtifactHandlerTest passed. This is my outcome. Which test hangs then, how can I find it in the order? --- T E S T S --- Running org.apache.maven.artifact.handler.ArtifactHandlerTest Tests run

surefire 2.19 hangs

2015-10-08 Thread Tibor Digana
cd maven-core This does not hang mvn test -nsu --Dtest=org/apache/maven/toolchain/**/*Test.java mvn test -nsu -Dtest=**/RequirementMatcherFactoryTest.java,**/ArtifactHandlerTest.java This hangs mvn test -nsu -Dtest=org/apache/maven/**/*Test.java Are the tests dependent on each other, especially