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

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

     [ https://issues.apache.org/jira/browse/SPARK-36216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-36216.
----------------------------------
    Fix Version/s: 3.1.3
                   3.2.0
                   3.0.4
       Resolution: Fixed

Issue resolved by pull request 33427
[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
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.0.4, 3.2.0, 3.1.3
>
>
> 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