[
https://issues.apache.org/jira/browse/TEZ-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hitesh Shah updated TEZ-1115:
-----------------------------
Assignee: Tassapol Athiapinya
> Flaky Test: TestFaultTolerance.testMultipleInputFailureWithoutExit
> ------------------------------------------------------------------
>
> Key: TEZ-1115
> URL: https://issues.apache.org/jira/browse/TEZ-1115
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.5.0
> Reporter: Tassapol Athiapinya
> Assignee: Tassapol Athiapinya
>
> TestFaultTolerance.testMultipleInputFailureWithoutExit is reported to
> randomly fail. Unfortunately I ran 5 times but could not reproduce the
> failure. It should be different issue than TEZ-1088. In this test, all tasks
> of v2 do fail (code shown below). The error won't be due to a task with no
> input failures getting inputs of more than one version like TEZ-1088.
> {code:title=code snippet of testMultipleInputFailureWithoutExit}
> testConf.set(TestInput.getVertexConfName(
> TestInput.TEZ_FAILING_INPUT_FAILING_TASK_INDEX, "v2"), "0,1");
> testConf.set(TestInput.getVertexConfName(
> TestInput.TEZ_FAILING_INPUT_FAILING_TASK_ATTEMPT, "v2"), "0");
> testConf.set(TestInput.getVertexConfName(
> TestInput.TEZ_FAILING_INPUT_FAILING_INPUT_INDEX, "v2"), "-1");
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)