Cannot access Jenkins generated test results, findbug warnings and javac warnings

2014-09-19 Thread Wangda Tan
Hi Hadoop developers, I found recently, I cannot access Jenkins generated results, like: *Test results: https://builds.apache.org/job/PreCommit-YARN-Build/5039//testReport/ https://builds.apache.org/job/PreCommit-YARN-Build/5039//testReport/Findbugs warnings:

Re: Cannot access Jenkins generated test results, findbug warnings and javac warnings

2014-09-19 Thread Steve Loughran
Looks like HADOOP-11084 isn't complete —the patch to the build to get it working post-git before that patch the builds weren't working at all ... now its just getting the URLs wrong. If you can work out the right URLs we can fix this easily enough On 19 September 2014 09:24, Wangda Tan

Re: Cannot access Jenkins generated test results, findbug warnings and javac warnings

2014-09-19 Thread Wangda Tan
Hi Steve, I guess this problem should be also caused by wrong URL, if anybody have admin access to Jenkins, correct URL should be easily found. Thanks, Wangda On Fri, Sep 19, 2014 at 4:32 PM, Steve Loughran ste...@hortonworks.com wrote: Looks like HADOOP-11084 isn't complete —the patch to the

Re: Cannot access Jenkins generated test results, findbug warnings and javac warnings

2014-09-19 Thread Steve Loughran
well, I have those permissions, but not sure where things are going right now 1. jenkins is set to archive patchprocess/*.* 1 publish tests from trunk/**/target/surefire-reports/*.xml I've set it to use the path PreCommit-HADOOP-Build-patchprocess/*.* will do some manual triggering to see if

Re: Cannot access Jenkins generated test results, findbug warnings and javac warnings

2014-09-19 Thread Ted Yu
Wangda: In the meantime, you can find the failed unit test from console log. e.g.: https://builds.apache.org/job/PreCommit-YARN-Build/5040/console Then you can run the test locally to see if the failure was related to your patch. Cheers On Fri, Sep 19, 2014 at 2:54 AM, Wangda Tan

Re: Cannot access Jenkins generated test results, findbug warnings and javac warnings

2014-09-19 Thread Colin McCabe
Thanks, Steve. Should we just put everything in patchprocess/ like before? It seems like renaming this directory to PreCommit-HADOOP-Build-patchprocess/ or PreCommit-YARN-Build-patchprocess/ in various builds has created problems, and not made things any more clear. What do you guys think?