dongjoon-hyun commented on issue #23352: [SPARK-26409][SQL][TESTS] SQLConf 
should be serializable in test sessions
URL: https://github.com/apache/spark/pull/23352#issuecomment-448751855
 
 
   I'm not sure if PySpark test failure is flaky or not. Let's do test again.
   ```
   FAIL: test_training_and_prediction 
(pyspark.mllib.tests.test_streaming_algorithms.StreamingLogisticRegressionWithSGDTests)
   Test that the model improves on toy data with no. of batches
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests/test_streaming_algorithms.py",
 line 367, in test_training_and_prediction
       self._eventually(condition, timeout=60.0)
     File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests/test_streaming_algorithms.py",
 line 69, in _eventually
       lastValue = condition()
     File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests/test_streaming_algorithms.py",
 line 362, in condition
       self.assertGreater(errors[1] - errors[-1], 0.3)
   AssertionError: -0.070000000000000062 not greater than 0.3
   
   ----------------------------------------------------------------------
   Ran 13 tests in 184.315s
   
   FAILED (failures=1, skipped=1)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to