HyukjinKwon opened a new pull request #33427:
URL: https://github.com/apache/spark/pull/33427


   ### What changes were proposed in this pull request?
   
   Test is flaky (https://github.com/apache/spark/runs/3109815586):
   
   ```
   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
   ```
   
   Should probably increase timeout
   
   ### Why are the changes needed?
   
   To avoid flakiness in the test.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Nope, dev-only.
   
   ### How was this patch tested?
   
   CI should test it out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to