Re: Failing Spark Unit Tests

2018-01-23 Thread Yacine Mazari
Got it, I opened a PR. -- Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/ - To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Re: Failing Spark Unit Tests

2018-01-23 Thread Marco Gaido
I tried doing a change for it, but I was unable to reproduce. Anyway, I am seeing some unrelated errors in other PRs too, so there might be (or might have been) something wrong at some point. But I'd expect the test to pass locally anyway. 2018-01-23 15:23 GMT+01:00 Sean Owen : > That's odd. The

Re: Failing Spark Unit Tests

2018-01-23 Thread Sean Owen
That's odd. The current master build is failing for unrelated reasons (Jenkins jobs keep getting killed) so it's possible a very recent change did break something, though they would have had to pass tests in the PR builder first. You can go ahead and open a PR for your change and see what the PR bu

Failing Spark Unit Tests

2018-01-23 Thread Yacine Mazari
Hi All, I am currently working on SPARK-23166 , but after running "./dev/run-tests", the Python unit tests (supposedly unrelated to my change) are failing for the following reason: ==