GitHub user ScrapCodes opened a pull request:

    https://github.com/apache/spark/pull/13943

    [SPARK-16251][CORE] Fix Flaky test - LocalCheckpointSuite's - missing 
checkpoint block…

    
    ## What changes were proposed in this pull request?
    On running LocalCheckpointSuite repeatedly 3-4 times, following test fails:
    ```
    Collect should have failed if local checkpoint block is removed... 
(LocalCheckpointSuite.scala:173)
    [info]   org.scalatest.exceptions.TestFailedException:
    [info]   at 
org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:495)
    ```
    One such instance at jenkins 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61354/consoleFull
    
    This test is flaky because, there is a time delay between remove block is 
requested 
    at BlockManagerMasterEndpoint.scala:229 and it actually get's removed at 
slave. 
    
    ## How was this patch tested?
    
    Existing tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ScrapCodes/spark 
SPARK-16251/fix-flaky-localcheckpointsuite

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13943.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13943
    
----
commit acb60afb793596a5703051dd97a6e1a95dd6364c
Author: Prashant Sharma <prash...@in.ibm.com>
Date:   2016-06-28T10:07:47Z

    [SPARK-16251][CORE] LocalCheckpointSuite's - missing checkpoint block fails 
with informative message is flaky.

commit a7f2f11e7300de28b7b08792d0a4b25dc1e1ea03
Author: Prashant Sharma <prash...@in.ibm.com>
Date:   2016-06-28T11:23:46Z

    changed inline comment appropriately.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to