Thanks Ted, I had a look at it, it's more complex than I was thinking. In the past we used to execute "runTests ()", and we're doing something different now. One of the difference is that we were executing the test with 4 processes (-Dsurefire.secondPartThreadCount=4).
On Tue, Apr 17, 2012 at 3:21 PM, Ted Yu <[email protected]> wrote: > I added the profile back and triggered this build: > https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2772/console > > On Tue, Apr 17, 2012 at 3:50 AM, N Keywal <[email protected]> wrote: > > > Hi, > > > > We don't run anymore all the tests on apache build: > > > > We have: > > https://builds.apache.org/job/HBase-TRUNK/2771/consoleText > > [trunk] $ /home/hudson/tools/maven/latest3/bin/mvn clean > > -Dmaven.test.redirectTestOutputToFile=true site install assembly:single > > -DskipITs -Prelease > > > > > > Instead of: > > https://builds.apache.org/job/HBase-TRUNK/2702/consoleFull > > mvn -e -PrunAllTests clean -Dmaven.test.redirectTestOutputToFile=true > site > > assembly:assembly > > > > > > The profile runAllTests is the one activating the "Large" tests, it's not > > in the command line anymore. > > > > Cheers, > > > > N. > > >
