Imran Rashid created SPARK-15714:
------------------------------------

             Summary: Fix Flaky Test: o.a.s.scheduler.BlacklistIntegrationSuite
                 Key: SPARK-15714
                 URL: https://issues.apache.org/jira/browse/SPARK-15714
             Project: Spark
          Issue Type: Test
          Components: Scheduler
    Affects Versions: 2.1.0
            Reporter: Imran Rashid
            Assignee: Imran Rashid
            Priority: Minor


BlacklistIntegrationSuite (introduced by SPARK-10372) is a bit flaky because of 
some race conditions:

1. Failed jobs might have non-empty results, because the resultHandler will be 
invoked for successful tasks (if there are task successes before failures)

2. {{taskScheduler.taskIdToTaskSetManager}} must be protected by a lock on 
{{taskScheduler}}



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

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

Reply via email to