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

2014-09-19 Thread Giridharan Kesavan
patchprocess has always lived inside the workspace, now that we have moved to git and the test-patch script does a git reset and git clean it removes the patchprocess directory. so I put a fix to create the patchprocess dir outside the workspace and move it back into workspace soon after the build

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? Coli

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 wrote: > Hi

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 i

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 wrote: > Looks like HADOOP-11084 isn't complete —the patch to the build to get it > work

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 wrote:

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/ Findbugs warnings: https://builds.apache.org/job/Pre