[
https://issues.apache.org/jira/browse/SPARK-13053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Or updated SPARK-13053:
------------------------------
Description:
{code}
// TODO: these two tests are incorrect; they don't actually trigger stage
retries.
ignore("internal accumulators in fully resubmitted stages") {
testInternalAccumulatorsWithFailedTasks((i: Int) => true) // fail all tasks
}
ignore("internal accumulators in partially resubmitted stages") {
testInternalAccumulatorsWithFailedTasks((i: Int) => i % 2 == 0) // fail a
subset
}
{code}
> Rectify ignored tests in InternalAccumulatorSuite
> -------------------------------------------------
>
> Key: SPARK-13053
> URL: https://issues.apache.org/jira/browse/SPARK-13053
> Project: Spark
> Issue Type: Bug
> Components: Spark Core, Tests
> Reporter: Andrew Or
> Assignee: Andrew Or
>
> {code}
> // TODO: these two tests are incorrect; they don't actually trigger stage
> retries.
> ignore("internal accumulators in fully resubmitted stages") {
> testInternalAccumulatorsWithFailedTasks((i: Int) => true) // fail all tasks
> }
> ignore("internal accumulators in partially resubmitted stages") {
> testInternalAccumulatorsWithFailedTasks((i: Int) => i % 2 == 0) // fail a
> subset
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]