Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/13454#discussion_r65744198
--- Diff:
core/src/test/scala/org/apache/spark/scheduler/SchedulerIntegrationSuite.scala
---
@@ -133,6 +133,11 @@ abstract class SchedulerIntegrationSuite[T <:
MockBackend: ClassTag] extends Spa
// when the job succeeds
assert(taskScheduler.runningTaskSets.isEmpty)
assert(!backend.hasTasks)
+ } else {
+ // Note that we CANNOT check for empty results on a failure -- the
resultHandler will
--- End diff --
> "job failure after 4 attempts" -- I did remove the assert(results.isEmpty)
Ah, my bad, I swear I searched for it in the diff and the browser didn't
find it.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]