Olivier, If you are still interested in trying to debug these, you could configure the surefire-plugin to use the options for opening up a port for remote debugging when it forks off the java process.
see: http://maven.apache.org/plugins/maven-surefire-plugin/examples/debugging.html The examples there will suspend the vm until you connect with the debugger. If you don't know this already, mvn can be convinced to run individual tests using the -Dtest=testname argument (sans package name, e.g: mvn test -Dtest=TransactionTreeTest) Hope this helps, Drew On Sun, Jan 17, 2010 at 8:49 AM, Olivier Grisel <olivier.gri...@ensta.org> wrote: > Ok I have found three non deterministic tests so far that actually > consume entropy by calling generateSeed: > > TransactionTreeTest > CacheTest > AverageAbsoluteDifferenceRecommenderEvaluatorTest > > But using eclipse is not really helpful since I am forced to set the > forkMode to "never" to make my debugger able to attach and then have > to manual introspect what's happening. I'll try again with a log > statement and setting to fork mode back to "always". > > -- > Olivier > http://twitter.com/ogrisel - http://code.oliviergrisel.name >