Removed -Dsurefire.secondPartThreadCount=2 from the branch-1 builds. Now we run thread count of 5, the default. Test completes 3 minutes faster (1hr 13min rather than 1hr 16min). Will let it soak a while.
On precommits, set -Dsurefire.rerunFailingTestsCount=2 so we retry any test that fails (if it completes, reported as flakey). Lets see how this does a while. St.Ack On Tue, Oct 28, 2014 at 2:31 PM, Stack <[email protected]> wrote: > Dima Spivak has been digging in on our build fails (with help from Andrew > Bayer of Apache on the backend). > > I changed our build machines to be the below: > > (ubuntu||Hadoop) && !jenkins-cloud-4GB && !H11 > > ... which is a pool of 16 nodes. > > From 'ubuntu' (9 nodes) or 'ubuntu||Hadoop' (19 possible nodes). > > Dima watching branch-1 has figured H11 is sick. And with Andrew's help, > they've figured that jenkins-cloud-4GB stuff ain't hefty enough to do out > builds. > > St.Ack > > > > On Sun, Oct 26, 2014 at 8:52 PM, Stack <[email protected]> wrote: > >> I put the config >> >> -Dmaven.test.redirectTestOutputToFile=true >> >> back on the branch-1 builds and set log level back to WARN. >> >> It look like the -D param had no effect. Something to do w/ log amount. >> See HBASE-12285. >> >> St.Ack >> >> On Sun, Oct 26, 2014 at 4:21 PM, Stack <[email protected]> wrote: >> >>> I reenabled logging at DEBUG level on branch-1 builds up on jenkins >>> (HBASE-12285). >>> St.Ack >>> >>> On Sat, Oct 25, 2014 at 7:58 PM, Stack <[email protected]> wrote: >>> >>>> Lets keep a running notice of changes made up on jenkins here on this >>>> thread. >>>> >>>> I just changed branch-1 removing: >>>> >>>> -Dmaven.test.redirectTestOutputToFile=true >>>> >>>> Internal tests have been passing. They didn't have the above in place. >>>> branch-1 has been passing since we changed logging to WARN level only. >>>> I'll let the above config sit awhile and then put back branch-1 to DEBUG >>>> level. >>>> >>>> St.Ack >>>> >>> >>> >> >
