Github user cleaton commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4338#discussion_r24038573
  
    --- Diff: 
streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala 
---
    @@ -205,6 +205,33 @@ class StreamingContextSuite extends FunSuite with 
BeforeAndAfter with Timeouts w
         }
       }
     
    +  test("stop slow receiver gracefully") {
    --- End diff --
    
    Yes, the current master branch fails this test. Exception because spark 
context shuts down before all jobs and only 10 out of 15 records gets produced 
(because of the 10 second thread join)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to