You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/06/19 12:48:01 UTC

[jira] [Updated] (SPARK-7497) test_count_by_value_and_window is flaky

     [ https://issues.apache.org/jira/browse/SPARK-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-7497:
-----------------------------
    Target Version/s: 1.5.0  (was: 1.4.0)

> test_count_by_value_and_window is flaky
> ---------------------------------------
>
>                 Key: SPARK-7497
>                 URL: https://issues.apache.org/jira/browse/SPARK-7497
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, Streaming
>    Affects Versions: 1.4.0
>            Reporter: Xiangrui Meng
>            Assignee: Davies Liu
>            Priority: Critical
>              Labels: flaky-test
>
> Saw this test failure in https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32268/console
> {code}
> ======================================================================
> FAIL: test_count_by_value_and_window (__main__.WindowFunctionTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "pyspark/streaming/tests.py", line 418, in test_count_by_value_and_window
>     self._test_func(input, func, expected)
>   File "pyspark/streaming/tests.py", line 133, 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]]
> ----------------------------------------------------------------------
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org