Github user aarondav commented on the pull request:

    https://github.com/apache/spark/pull/4016#issuecomment-69940976
  
    LGTM, code-wise. You might run the unit tests many times locally to try to 
find race conditions. For similar situations, I've used something like
    
    ```
    echo START: `date` > run_log; while sbt/sbt 'core/test-only 
*EventLoopSuite'; do echo SUCCESS: `date` >> run_log; done; echo FAILED: `date` 
>> run_log
    ```
    
    and just let it run for a while.


---
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