Lists differ: [[1], [2], [3], [4], [5], [6], [6], [6], [6], [6]] != [[1], [2], [3], [4], [5]] First list contains 5 additional elements. First extra element 5: [6] - [[1], [2], [3], [4], [5], [6], [6], [6], [6], [6]] + [[1], [2], [3], [4], [5]]


Traceback (most recent call last):
  File "/home/jenkins/workspace/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE/hadoop2.2/label/spark-test/python/pyspark/streaming/tests.py", line 655, in test_count_by_value_and_window
    self._test_func(input, func, expected)
  File "/home/jenkins/workspace/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE/hadoop2.2/label/spark-test/python/pyspark/streaming/tests.py", line 160, in _test_func
    self.assertEqual(expected, result)
AssertionError: Lists differ: [[1], [2], [3], [4], [5], [6], [6], [6], [6], [6]] != [[1], [2], [3], [4], [5]]

First list contains 5 additional elements.
First extra element 5:
[6]

- [[1], [2], [3], [4], [5], [6], [6], [6], [6], [6]]
+ [[1], [2], [3], [4], [5]]

Stdout:
('timeout after', 15)