Re: maven-plugin tests not running or..?

2013-11-13 Thread Marco Miller
Thx Marcelo and Jesse for sharing such useful details with me and us all. -I'll come back to this task soon and check that out for sure! On Friday, November 8, 2013 1:35:55 PM UTC-5, Marco Miller wrote: > > Hi! > So I've been trying to run all maven-plugin(*) unit tests but they never > complete.

Re: maven-plugin tests not running or..?

2013-11-13 Thread Marcelo
Yes, of course. But in some old hardware you can get out of resources like memory, specially if you are running additional reports like cobertura. On Wed, Nov 13, 2013 at 10:57 AM, Jesse Glick wrote: > On Tue, Nov 12, 2013 at 8:01 PM, Marcelo wrote: > > If you get in trouble executing cobertur

Re: maven-plugin tests not running or..?

2013-11-13 Thread Jesse Glick
On Tue, Nov 12, 2013 at 8:01 PM, Marcelo wrote: > If you get in trouble executing cobertura with 2 threads > running in parallel, you can change the property forkCount of the > maven-surefire-plugin locally. Though (1) correctly written tests should run with any forkCount, (2) these tests were _a

Re: maven-plugin tests not running or..?

2013-11-12 Thread Marcelo
Marco, Recently I noticed that after the build 29the maven-plugin depends on org.jenkins-ci.plugins:plugin:1.538 instead of version 1.532. This version change modify some behaviors of test executions, in particular the parallelism

Re: maven-plugin tests not running or..?

2013-11-08 Thread Marco Miller
Thank you Marcelo for the tips! I was also able to pass most of the tests using the below commit you mentioned. (I might try again with later commits.) BR, Marco =) On Friday, November 8, 2013 1:35:55 PM UTC-5, Marco Miller wrote: > > Hi! > So I've been trying to run all maven-plugin(*) unit test

Re: maven-plugin tests not running or..?

2013-11-08 Thread Marcelo
Marco, The last time that I saw all the tests running ok was on this build https://jenkins.ci.cloudbees.com/job/plugins/job/maven-plugin/27/. In my laptop the tests take an hour and a half in order to run. And always fails some tests with a timeout error. When I re run those tests individually wi

maven-plugin tests not running or..?

2013-11-08 Thread Marco Miller
Hi! So I've been trying to run all maven-plugin(*) unit tests but they never complete. (*) https://wiki.jenkins-ci.org/display/JENKINS/Maven+Project+Plugin I was getting outOfMemory errors incl. PermSize and I addressed those by hacking-in cfg argLines in pom.xml. But now the tests still do not