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 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 builder tests say.
>
> On Tue, Jan 23, 2018 at 4:42 AM Yacine Mazari  wrote:
>
>> 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:
>>
>> 
>> ===
>> File "/home/yacine/spark/python/pyspark/ml/linalg/__init__.py", line
>> 895, in
>> __main__.DenseMatrix.__str__
>> Failed example:
>> print(dm)
>> Expected:
>> DenseMatrix([[ 0.,  2.],
>>  [ 1.,  3.]])
>> Got:
>> DenseMatrix([[0., 2.],
>>  [1., 3.]])
>> 
>> ===
>>
>> Notice that the missing space in the output is causing the failure.
>>
>> Any hints what is causing this? Are there any specific version of Python
>> and/or other libraries I should be using?
>>
>> Thanks.
>>
>>
>>
>> --
>> 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 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 builder tests say.

On Tue, Jan 23, 2018 at 4:42 AM Yacine Mazari  wrote:

> 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:
>
>
> ===
> File "/home/yacine/spark/python/pyspark/ml/linalg/__init__.py", line 895,
> in
> __main__.DenseMatrix.__str__
> Failed example:
> print(dm)
> Expected:
> DenseMatrix([[ 0.,  2.],
>  [ 1.,  3.]])
> Got:
> DenseMatrix([[0., 2.],
>  [1., 3.]])
>
> ===
>
> Notice that the missing space in the output is causing the failure.
>
> Any hints what is causing this? Are there any specific version of Python
> and/or other libraries I should be using?
>
> Thanks.
>
>
>
> --
> Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/
>
> -
> To unsubscribe e-mail: dev-unsubscr...@spark.apache.org
>
>


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:

===
File "/home/yacine/spark/python/pyspark/ml/linalg/__init__.py", line 895, in
__main__.DenseMatrix.__str__
Failed example:
print(dm)
Expected:
DenseMatrix([[ 0.,  2.],
 [ 1.,  3.]])
Got:
DenseMatrix([[0., 2.],
 [1., 3.]])
===

Notice that the missing space in the output is causing the failure.

Any hints what is causing this? Are there any specific version of Python
and/or other libraries I should be using?

Thanks.



--
Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/

-
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org