Lists differ: [[1], [2], [3], [4]] != [[1], [2], [3]] First list contains 1 additional elements. First extra element 3: [4] - [[1], [2], [3], [4]] ? ---- - + [[1], [2], [3]]
Traceback (most recent call last):
File "/home/jenkins/workspace/Spark-1.6-SBT/AMPLAB_JENKINS_BUILD_PROFILE/hadoop2.3/label/spark-test/python/pyspark/streaming/tests.py", line 504, in test_batch_info_reports
self._test_func(input, func, expected)
File "/home/jenkins/workspace/Spark-1.6-SBT/AMPLAB_JENKINS_BUILD_PROFILE/hadoop2.3/label/spark-test/python/pyspark/streaming/tests.py", line 160, in _test_func
self.assertEqual(expected, result)
AssertionError: Lists differ: [[1], [2], [3], [4]] != [[1], [2], [3]]
First list contains 1 additional elements.
First extra element 3:
[4]
- [[1], [2], [3], [4]]
? ---- -
+ [[1], [2], [3]]
Stdout:
('timeout after', 10)