I have a project where when I run gradle clean test, it will hang forever without any error message. I tried to run different unit tests, single ones. My project has got both groovy/java tests but it’s the same result for any of them. I have no problem running the tests in Intellij IDEA. I have tried with gradle 1.12 and 2.0, same result.
Are there no other processes? Your first process is Gradle, the second is a compiler daemon. I would expect to see another process which is running the tests.
Is there any chance you could create a reproducible sample that we can run?
About creating a reproducible sample, I will give it a try but it might be difficult because this is happening on a big project with lot of dependencies on other projects. I have a similar setup on a different smaller project but there is no problem there. I’ll try to make it happen on something smaller which I could give you.
I can’t clone that project without a password. I’d still like to pursue this to see if we can catch this kind of exception and provide better feedback.