aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-05-05 15:04:14 +0100
committerSean Owen <sowen@cloudera.com>2015-05-05 15:04:14 +0100
commit5ffc73e68b3a6ea30c25931e9e0495a4c7e5654c (patch)
tree429533be8095df38aad6ea03ee330c066671c40b /streaming
parentb83091ae4589feea78b056827bc3b7659d271e41 (diff)
downloadspark-5ffc73e68b3a6ea30c25931e9e0495a4c7e5654c.tar.gz
spark-5ffc73e68b3a6ea30c25931e9e0495a4c7e5654c.tar.bz2
spark-5ffc73e68b3a6ea30c25931e9e0495a4c7e5654c.zip
[SPARK-5074] [CORE] [TESTS] Fix the flakey test 'run shuffle with map stage failure' in DAGSchedulerSuite
Test failure: https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE=hadoop2.2,label=centos/2240/testReport/junit/org.apache.spark.scheduler/DAGSchedulerSuite/run_shuffle_with_map_stage_failure/ This is because many tests share the same `JobListener`. Because after each test, `scheduler` isn't stopped. So actually it's still running. When running the test `run shuffle with map stage failure`, some previous test may trigger [ResubmitFailedStages](https://github.com/apache/spark/blob/ebc25a4ddfe07a67668217cec59893bc3b8cf730/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L1120) logic, and report `jobFailed` and override the global `failure` variable. This PR uses `after` to call `scheduler.stop()` for each test. Author: zsxwing <zsxwing@gmail.com> Closes #5903 from zsxwing/SPARK-5074 and squashes the following commits: 1e6f13e [zsxwing] Fix the flakey test 'run shuffle with map stage failure' in DAGSchedulerSuite
Diffstat (limited to 'streaming')
0 files changed, 0 insertions, 0 deletions