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

Flaky test: pyspark.mllib.tests.test_streaming_algorithms.StreamingLinearRegressionWithTests.test_parameter_convergence

    XMLWordPrintableJSON

Details

    • Test
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0.0
    • None
    • MLlib, Tests
    • None

    Description

      https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/111237/testReport/

      Error Message
      
      7 != 10
      
      StacktraceTraceback (most recent call last):
        File "/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/mllib/tests/test_streaming_algorithms.py", line 429, in test_parameter_convergence
          self._eventually(condition, catch_assertions=True)
        File "/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/mllib/tests/test_streaming_algorithms.py", line 74, in _eventually
          raise lastValue
        File "/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/mllib/tests/test_streaming_algorithms.py", line 65, in _eventually
          lastValue = condition()
        File "/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/mllib/tests/test_streaming_algorithms.py", line 425, in condition
          self.assertEqual(len(model_weights), len(batches))
      AssertionError: 7 != 10
      	 

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kabhwan Jungtaek Lim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: