[
https://issues.apache.org/jira/browse/TEZ-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16098008#comment-16098008
]
Zhiyuan Yang commented on TEZ-3617:
-----------------------------------
Thanks [~Ayappan] for sharing the machine! I've tried to reproduce the problem
but got a different problem. The command I used to reprod the problem is this:
mvn test -Dtest=TestHistoryParser#testParserWithSuccessfulJob
{code}
Running org.apache.tez.history.TestHistoryParser
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 52.907 sec <<<
FAILURE!
testParserWithSuccessfulJob(org.apache.tez.history.TestHistoryParser) Time
elapsed: 21.83 sec <<< ERROR!
java.lang.IllegalArgumentException: VerteName Tokenizer not present in DAG's
vertices []
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at
org.apache.tez.history.parser.datamodel.DagInfo.addVertexInfo(DagInfo.java:322)
at
org.apache.tez.history.parser.datamodel.VertexInfo.setDagInfo(VertexInfo.java:204)
at
org.apache.tez.history.parser.datamodel.BaseParser.linkParsedContents(BaseParser.java:54)
at
org.apache.tez.history.parser.ATSFileParser.getDAGData(ATSFileParser.java:74)
at
org.apache.tez.history.TestHistoryParser.getDagInfo(TestHistoryParser.java:607)
at
org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob(TestHistoryParser.java:210)
{code}
This was caused by absence of dagPlan section in the json from ATS, but this
error somehow disappeared after a clean & rebuild. I'll continue work on this
later.
> TestHistoryParser#testParserWithSuccessfulJob fails intermittently
> ------------------------------------------------------------------
>
> Key: TEZ-3617
> URL: https://issues.apache.org/jira/browse/TEZ-3617
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.9.0
> Environment: Ubuntu 14.04
> Reporter: Sonia Garudi
> Assignee: Jonathan Eagles
> Labels: ppc64le, x86
> Attachments: org.apache.tez.history.TestHistoryParser-output.txt,
> TEZ-3617.1.patch
>
>
> The TestHistoryParser#testParserWithSuccessfulJob test fails intermittently
> in tez-history-parser project.
> Error message :
> testParserWithSuccessfulJob(org.apache.tez.history.TestHistoryParser) Time
> elapsed: 29.952 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.tez.history.TestHistoryParser.verifyJobSpecificInfo(TestHistoryParser.java:266)
> at
> org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob(TestHistoryParser.java:212)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)