You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2019/09/14 21:37:00 UTC

[jira] [Updated] (SPARK-24663) Flaky test: StreamingContextSuite "stop slow receiver gracefully"

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

Dongjoon Hyun updated SPARK-24663:
----------------------------------
        Fix Version/s: 2.4.5
    Affects Version/s: 2.4.1
                       2.4.2
                       2.4.3
                       2.4.4

> Flaky test: StreamingContextSuite "stop slow receiver gracefully"
> -----------------------------------------------------------------
>
>                 Key: SPARK-24663
>                 URL: https://issues.apache.org/jira/browse/SPARK-24663
>             Project: Spark
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 3.0.0
>            Reporter: Marcelo Vanzin
>            Assignee: Jungtaek Lim
>            Priority: Minor
>             Fix For: 2.4.5, 3.0.0
>
>
> This is another test that sometimes fails on our build machines, although I can't find failures on the riselab jenkins servers. Failure looks like:
> {noformat}
> org.scalatest.exceptions.TestFailedException: 0 was not greater than 0
>       at org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:500)
>       at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1555)
>       at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:466)
>       at org.apache.spark.streaming.StreamingContextSuite$$anonfun$24.apply$mcV$sp(StreamingContextSuite.scala:356)
>       at org.apache.spark.streaming.StreamingContextSuite$$anonfun$24.apply(StreamingContextSuite.scala:335)
>       at org.apache.spark.streaming.StreamingContextSuite$$anonfun$24.apply(StreamingContextSuite.scala:335)
> {noformat}
> The test fails in about 2s, while a successful run generally takes 15s. Looking at the logs, the receiver hasn't even started when things fail, which points at a race during test initialization.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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