Skip to content
Snippets Groups Projects
Commit 2e1c1755 authored by robbins's avatar robbins Committed by Andrew Or
Browse files

[SPARK-10454] [SPARK CORE] wait for empty event queue

Author: robbins <robbins@uk.ibm.com>

Closes #8605 from robbinspg/DAGSchedulerSuite-fix.
parent b087d23e
No related branches found
No related tags found
No related merge requests found
......@@ -812,6 +812,7 @@ class DAGSchedulerSuite
}
// The map stage should have been submitted.
sc.listenerBus.waitUntilEmpty(WAIT_TIMEOUT_MILLIS)
assert(countSubmittedMapStageAttempts() === 1)
complete(taskSets(0), Seq(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment