You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2023/09/28 07:49:00 UTC

[jira] [Commented] (TEZ-4391) Test failures on Linux ARM64

    [ https://issues.apache.org/jira/browse/TEZ-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769937#comment-17769937 ] 

Ayush Saxena commented on TEZ-4391:
-----------------------------------

For me it is passing on m2 mac
{noformat}
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.tez.dag.app.dag.impl.TestDAGRecovery
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s - in org.apache.tez.dag.app.dag.impl.TestDAGRecovery
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.tez.test.TestDAGRecovery
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.457 s - in org.apache.tez.test.TestDAGRecovery
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
 {noformat}
Can you check again?

> Test failures on Linux ARM64
> ----------------------------
>
>                 Key: TEZ-4391
>                 URL: https://issues.apache.org/jira/browse/TEZ-4391
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.10.1
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Major
>         Attachments: TestDAGRecovery-tez-tests.tgz, tez-dag-surefire-reports.tgz, tez-tests-TestAMRecovery.tgz
>
>
> This ticket is a follow-up of TEZ-4300. There we identified two issues:
>  * the installation of protobuf was failing on Linux ARM64/aarch64 (this is solved by TEZ-4300)
>  * there are failing tests in tez-dag and tez-tests modules (moved to this ticket)
>  
> tez-dag failures are:
> {code:java}
> [ERROR] Failures: 
> [ERROR]   TestDAGRecovery.testMultipleVertexRecoverFromVertex:1047 expected:<RUNNING> but was:<FAILED>
> [ERROR]   TestDAGRecovery.testMultipleVertexRecoverFromVertexTaskStart:963 expected:<RUNNING> but was:<FAILED>
> [ERROR]   TestDAGRecovery.testVertexRecoverFromVertexTaskStart:880 expected:<RUNNING> but was:<ERROR>
> [ERROR]   TestDAGRecovery.testVertexRecoverWithSetParallelismCalledFlag:835 expected:<RUNNING> but was:<ERROR>
> [ERROR] Errors: 
> [ERROR]   TestRecoveryParser.testLastCorruptedRecoveryRecord:292 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoverableSummary_DAGFinishCommitting:395 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoverableSummary_DAGInCommitting:360 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoverableSummary_VertexFinishCommitting:466 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoverableSummary_VertexGroupFinishCommitting:548 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoverableSummary_VertexGroupInCommitting:499 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoverableSummary_VertexInCommitting:428 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoveryData:788 » NullPointer
> [ERROR]   TestRecoveryParser.testRecoveryLargeEventData:687 » NullPointer
> [ERROR]   TestRecoveryParser.testSkipAllOtherEvents_1:196 » NullPointer
> [ERROR]   TestRecoveryParser.testSkipAllOtherEvents_2:243 » NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromFailed:1393 NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromKilled:1424 NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromNewToFailed:1215 NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromNewToKilled:1244 NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromRunning:1270 NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromSucceeded:1304 NullPointer
> [ERROR]   TestDAGRecovery.testTARecoverFromSucceeded_OutputCommitterRecoveryNotSupported:1362 NullPointer
> [ERROR]   TestDAGRecovery.testTaskRecoverFromKilled:1106 NullPointer
> [ERROR]   TestDAGRecovery.testTaskRecoverFromStarted:1126 NullPointer
> [ERROR]   TestDAGRecovery.testTaskRecoverFromSucceeded:1163 NullPointer
> [ERROR]   TestHistoryEventsProtoConversion.testDefaultProtoConversion:778->testAMLaunchedEvent:155->testProtoConversion:104 » NullPointer {code}
>  
> tez-tests failures are:
> {code:java}
> ERROR] Failures: 
> [ERROR]   TestAMRecovery.testHighMaxAttempt:408->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestAMRecovery.testVertexCompletelyFinished_Broadcast:242->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestAMRecovery.testVertexCompletelyFinished_One2One:306->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestAMRecovery.testVertexCompletelyFinished_ScatterGather:370->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestAMRecovery.testVertexPartialFinished_One2One:274->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestAMRecovery.testVertexPartiallyFinished_Broadcast:211->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestAMRecovery.testVertexPartiallyFinished_ScatterGather:338->runDAGAndVerify:418 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestDAGRecovery.testBasicRecovery:185->runDAGAndVerify:173 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestDAGRecovery.testDelayedInit:197->runDAGAndVerify:173 expected:<SUCCEEDED> but was:<FAILED>
> [ERROR]   TestRecovery.testRecovery_HashJoin:457->testHashJoinExample:531 expected:<0> but was:<-1>
> [ERROR]   TestRecovery.testRecovery_OrderedWordCount:247->testOrderedWordCount:292 OrderedWordCount failed
> [ERROR]   TestRecovery.testTwoRoundsRecoverying:623->testOrderedWordCountMultipleRoundRecoverying:350 OrderedWordCount failed
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)