Github user gliptak commented on the pull request:

    https://github.com/apache/spark/pull/9263#issuecomment-154899177
  
    Failure for only one of the Pythons version?
    
    ```
    FAIL: test_trainOn_predictOn (pyspark.mllib.tests.StreamingKMeansTest)
    Test that prediction happens on the updated model.
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 1198, in test_trainOn_predictOn
        self._eventually(condition, catch_assertions=True)
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 128, in _eventually
        raise lastValue
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 119, in _eventually
        lastValue = condition()
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 1195, in condition
        self.assertEqual(predict_results, [[0, 1, 1], [1, 0, 1]])
    AssertionError: Lists differ: [[0, 1, 1], [0, 0, 0]] != [[0, 1, 1], [1, 0, 
1]]
    ```
    The unit tests page shows no errors:
    
    
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45325/testReport/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to