I noticed that even the jenkins build does -DskipTests, is this because there are too many failures or it simply takes too long?

https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-trunk/ 799/consoleFull

/home/jenkins/tools/maven/latest/bin/mvn clean install -DskipTests

When I tried it over the weekend, the hdfs tests in the normal maven build took over 3 hours, is that normal or maybe I have something wrong in my setup?
Thanks for any advice.
Eric


On Sep 13, 2011, at 4:41 PM, Mahadev Konar wrote:

Hi all,
After quite a bit of help from Giri, I was able to set up nightly builds on 0.23 and fix issues on trunk builds (looks like the hdfs trunk build was broken for a long time). Note that I have enabled artifact publishing (tarballs) on the nighties for both trunk and 0.23 builds. In case you want to download the latest successful artifacts you can use:

https://builds.apache.org/view/G-L/view/Hadoop/job/${BUILD_NAME}/ lastSuccessfulBuild/artifact/trunk/${BUILD_ARTIFACT}

eg:
https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common- trunk/lastSuccessfulBuild/artifact/trunk/hadoop-common-project/ hadoop-common/target/hadoop-common-0.24.0-SNAPSHOT.tar.gz

Here are the links for trunk and 0.23 builds:

Common:
https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common- trunk/ https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop- Common-0.23-Build/

HDFS (still running, should be working by EOD):

https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-trunk/
https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-0.23- Build/

MapReduce:
https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce- trunk/ https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop- Mapreduce-0.23-Build/


thanks
mahadev



Reply via email to