Re: Test failures after Jenkins upgrade

2014-12-15 Thread Josh Rosen
Opened one more PR for this: https://github.com/apache/spark/pull/3704 On December 15, 2014 at 10:59:00 AM, Patrick Wendell (pwend...@gmail.com) wrote: Ah cool Josh - I think for some reason we are hitting this every time now. Since this is holding up a bunch of other patches, I just pushed

Re: Test failures after Jenkins upgrade

2014-12-15 Thread Patrick Wendell
Ah cool Josh - I think for some reason we are hitting this every time now. Since this is holding up a bunch of other patches, I just pushed something ignoring the tests as a hotfix. Even waiting for a couple hours is really expensive productivity-wise given the frequency with which we run tests. We

Re: Test failures after Jenkins upgrade

2014-12-15 Thread Josh Rosen
There’s a JIRA for this: https://issues.apache.org/jira/browse/SPARK-4826 And two open PRs: https://github.com/apache/spark/pull/3695 https://github.com/apache/spark/pull/3701 We might be close to fixing this via one of those PRs, so maybe we should try using one of those instead? On December

Test failures after Jenkins upgrade

2014-12-15 Thread Patrick Wendell
Hey All, It appears that a single test suite is failing after the jenkins upgrade: "org.apache.spark.streaming.rdd.WriteAheadLogBackedBlockRDDSuite". My guess is the suite is not resilient in some way to differences in the environment (JVM, OS version, or something else). I'm going to disable the