You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/07/20 02:22:00 UTC

[jira] [Commented] (SPARK-36216) Increase timeout for StreamingLinearRegressionWithTests.test_parameter_convergence

    [ https://issues.apache.org/jira/browse/SPARK-36216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17383701#comment-17383701 ] 

Apache Spark commented on SPARK-36216:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/33427

> Increase timeout for StreamingLinearRegressionWithTests.test_parameter_convergence
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-36216
>                 URL: https://issues.apache.org/jira/browse/SPARK-36216
>             Project: Spark
>          Issue Type: Test
>          Components: PySpark, Tests
>    Affects Versions: 3.0.3, 3.1.2, 3.2.0, 3.3.0
>            Reporter: Hyukjin Kwon
>            Priority: Major
>
> Test is flaky (https://github.com/apache/spark/runs/3109815586):
> {code}
> Traceback (most recent call last):
>   File "/__w/spark/spark/python/pyspark/mllib/tests/test_streaming_algorithms.py", line 391, in test_parameter_convergence
>     eventually(condition, catch_assertions=True)
>   File "/__w/spark/spark/python/pyspark/testing/utils.py", line 91, in eventually
>     raise lastValue
>   File "/__w/spark/spark/python/pyspark/testing/utils.py", line 82, in eventually
>     lastValue = condition()
>   File "/__w/spark/spark/python/pyspark/mllib/tests/test_streaming_algorithms.py", line 387, in condition
>     self.assertEqual(len(model_weights), len(batches))
> AssertionError: 9 != 10
> {code}
> Should probably increase timeout



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org