Merge pull request #145 from aarondav/sls-fix Attempt to fix SparkListenerSuite breakage
Could not reproduce locally, but this test could've been flaky if the build machine was too fast, due to typo. (index 0 is intentionally slowed down to ensure total time is >= 1 ms) This should be merged into branch-0.8 as well. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/951024fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/951024fe Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/951024fe Branch: refs/heads/master Commit: 951024feeadcf73b50c3c80ec9e75c7e2214a7a4 Parents: bf4e613 80e98d2 Author: Reynold Xin <[email protected]> Authored: Wed Nov 6 09:36:14 2013 -0800 Committer: Reynold Xin <[email protected]> Committed: Wed Nov 6 09:36:14 2013 -0800 ---------------------------------------------------------------------- .../test/scala/org/apache/spark/scheduler/SparkListenerSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ----------------------------------------------------------------------
