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


Traceback (most recent call last):
  File "/home/jenkins/workspace/spark-branch-1.6-test-sbt-hadoop-2.0/python/pyspark/streaming/tests.py", line 635, in test_count_by_value_and_window
    self._test_func(input, func, expected)
  File "/home/jenkins/workspace/spark-branch-1.6-test-sbt-hadoop-2.0/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], [6], [6], [6]]

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

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

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

Stdout:
('timeout after', 15)