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

    https://github.com/apache/spark/pull/305#discussion_r11271018
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala ---
    @@ -43,6 +43,10 @@ class DAGSchedulerSuite extends FunSuite with 
BeforeAndAfter with LocalSparkCont
       val conf = new SparkConf
       /** Set of TaskSets the DAGScheduler has requested executed. */
       val taskSets = scala.collection.mutable.Buffer[TaskSet]()
    +
    +  /** Stages for which the DAGScheduler has called 
TaskScheduler.cancelTasks(). */
    +  val cancelledStages = new HashSet[Int]()
    --- End diff --
    
    Clear in `before`?


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

Reply via email to