Merge pull request #50 from kayousterhout/SPARK-908 Fix race condition in SparkListenerSuite (fixes SPARK-908).
Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/215238cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/215238cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/215238cb Branch: refs/heads/master Commit: 215238cb399d46c83fafa64b3c98e0ebec21adb9 Parents: 7827efc 36966f6 Author: Reynold Xin <r...@apache.org> Authored: Wed Oct 9 16:49:44 2013 -0700 Committer: Reynold Xin <r...@apache.org> Committed: Wed Oct 9 16:49:44 2013 -0700 ---------------------------------------------------------------------- .../scala/org/apache/spark/SparkContext.scala | 2 +- .../apache/spark/scheduler/DAGScheduler.scala | 2 +- .../spark/scheduler/SparkListenerBus.scala | 18 +++++++++++ .../spark/scheduler/SparkListenerSuite.scala | 32 +++++++++++--------- 4 files changed, 37 insertions(+), 17 deletions(-) ----------------------------------------------------------------------