Re: Method level parallelization not completing consistently

2016-09-10 Thread Karl Heinz Marbaise
Hi, you know that failsafe is intended for integration tests which are usually not parallelizable... Apart from that maven-eclipse-plugin is retired and shouldn't be part of your build any more... Furthermore without an exmple which shows the behaviour it's hard to guess what might be wron

Method level parallelization not completing consistently

2016-09-10 Thread Prakul Agarwal
Hi, Using Maven 3.3.9, maven-eclipse-plugin 2.9, failsafe 2.19.1, surefire 2.19.1. I'm using FailSafe parallel = method and threadCount ={5,10,50,100} to execute a bunch of test classes with forkCount = {2,3,4,5}. The integration-test phase is completing sometimes and getting stuck for long the o