Re: SparkPullRequestBuilder coverage

2015-11-13 Thread Reynold Xin
Yes. And those have been happening too. On Fri, Nov 13, 2015 at 12:09 PM, Ted Yu wrote: > Can I assume that for any particular test, if it passes reliably on > SparkPullRequestBuilder, > it should pass on maven Jenkins ? > > If so, should flaky test(s) be disabled, strengthened and enabled aga

Re: SparkPullRequestBuilder coverage

2015-11-13 Thread Ted Yu
Can I assume that for any particular test, if it passes reliably on SparkPullRequestBuilder, it should pass on maven Jenkins ? If so, should flaky test(s) be disabled, strengthened and enabled again ? Cheers On Fri, Nov 13, 2015 at 11:20 AM, Reynold Xin wrote: > It only runs tests that are imp

Re: SparkPullRequestBuilder coverage

2015-11-13 Thread Reynold Xin
It only runs tests that are impacted by the change. E.g. if you only modify SQL, it won't run the core or streaming tests. On Fri, Nov 13, 2015 at 11:17 AM, Ted Yu wrote: > Hi, > I noticed that SparkPullRequestBuilder completes much faster than maven > Jenkins build. > > From > https://amplab.c

SparkPullRequestBuilder coverage

2015-11-13 Thread Ted Yu
Hi, I noticed that SparkPullRequestBuilder completes much faster than maven Jenkins build. From https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45871/consoleFull , I couldn't get exact time the builder started but looks like the duration was around 20 minutes. From https://ampl