Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-36216

Increase timeout for StreamingLinearRegressionWithTests.test_parameter_convergence

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.3, 3.1.2, 3.2.0, 3.3.0
    • 3.2.0, 3.1.3, 3.0.4
    • PySpark, Tests
    • None

    Description

      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

      Attachments

        Activity

          People

            gurwls223 Hyukjin Kwon
            gurwls223 Hyukjin Kwon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: