Tian Gao created SPARK-55018:
--------------------------------

             Summary: Flaky test 
StreamingLogisticRegressionWithSGDTests.test_convergence
                 Key: SPARK-55018
                 URL: https://issues.apache.org/jira/browse/SPARK-55018
             Project: Spark
          Issue Type: Test
          Components: Tests
    Affects Versions: 4.2.0
            Reporter: Tian Gao


We need to disable this flaky test for now and figure out how to fix it.
 
Traceback (most recent call last): 
 
 File 
"/__w/spark/spark/python/pyspark/mllib/tests/test_streaming_algorithms.py", 
line 250, in test_convergence 
 
 eventually(timeout=120, catch_assertions=True)(condition)() 
 
 File "/__w/spark/spark/python/pyspark/testing/utils.py", line 258, in wrapper 
 
 raise lastValue 
 
 File "/__w/spark/spark/python/pyspark/testing/utils.py", line 238, in wrapper 
 
 lastValue = condition(*args, **kwargs) 
 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^ 
 
 File 
"/__w/spark/spark/python/pyspark/mllib/tests/test_streaming_algorithms.py", 
line 246, in condition 
 
 self.assertEqual(len(models), len(input_batches)) 
 
AssertionError: 120 != 20



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to