You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2022/02/18 12:57:00 UTC

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

Martin Tzvetanov Grigorov created TEZ-4391:
----------------------------------------------

             Summary: 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


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.1#820001)