You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ayushtkn (via GitHub)" <gi...@apache.org> on 2023/02/22 02:53:42 UTC

[GitHub] [hadoop] ayushtkn commented on pull request #5295: YARN-11404. Add junit5 dependency to hadoop-mapreduce-client-app to fix few unit test failure

ayushtkn commented on PR #5295:
URL: https://github.com/apache/hadoop/pull/5295#issuecomment-1439366770

   This seems to have broken the mapreduce tests.
   https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1143/testReport/
   
   Reverting this fixed it locally for me, I think there ain't any followup ticket as Steve asked for either. Have reverted this.
   
   Tests passed locally
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.mapreduce.v2.TestSpeculativeExecutionWithMRApp
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.528 s - in org.apache.hadoop.mapreduce.v2.TestSpeculativeExecutionWithMRApp
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
   
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
   [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.986 s - in org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
   [INFO] Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.179 s - in org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
   ```
   
   PS. The PR was closed not merged, not sure how & why but it was initially confusing to me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org