slfan1989 commented on PR #4422: URL: https://github.com/apache/hadoop/pull/4422#issuecomment-1159349122
@ayushtkn When doing this pr, I found that the test report has the following errors: Failed junit tests 1.hadoop.yarn.server.resourcemanager.TestClientRMTokens (Fix By Jira YARN-11172, PR:https://github.com/apache/hadoop/pull/4408) 2.hadoop.mapreduce.security.TestJHSSecurity These two errors are both introduced by [HDFS-16563](https://issues.apache.org/jira/browse/HDFS-16563), PR:https://github.com/apache/hadoop/pull/4241, Because HDFS-16563 modifies the token expiration prompt, the is expired keyword fails in the assertion. TestJHSSecurity I submitted a PR to fix, JIRA:MAPREDUCE-7387. PR:https://github.com/apache/hadoop/pull/4428 It is a small change, please help to review the code. Thank you again! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
