MAPREDUCE-7387. Fix TestJHSSecurity#testDelegationToken AssertionError due to HDFS-16563#4428
Merged
ayushtkn merged 4 commits intoapache:trunkfrom Jun 20, 2022
Merged
Conversation
…r due to HDFS-16563.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Contributor
|
LGTM! Expect YARN-11172 and this fixed, many PR is blocked. |
1 similar comment
Contributor
|
LGTM! Expect YARN-11172 and this fixed, many PR is blocked. |
Contributor
Author
|
@steveloughran, @ayushtkn Can you help review the code? This is also a small issue due to HDFS-16563. Thank you very much! |
Contributor
|
Thanks @slfan1989 for the patch. There is an unused import, you can exclude and push the changes. |
Contributor
Author
|
@prasad-acit Thank you very much for your help to review the code, I have removed unused import. Please help to review again. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
asfgit
pushed a commit
that referenced
this pull request
Jun 20, 2022
…r due to HDFS-16563 (#4428). Contributed by fanshilun. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
HarshitGupta11
pushed a commit
to HarshitGupta11/hadoop
that referenced
this pull request
Nov 28, 2022
…r due to HDFS-16563 (apache#4428). Contributed by fanshilun. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JIRA: MAPREDUCE-7387. Fix TestJHSSecurity#testDelegationToken AssertionError due to HDFS-16563.
During the processing of HADOOP-18284. Fix Repeated Semicolons., PR#4422 was submitted, and an error was reported in hadoop.mapreduce.security.TestJHSSecurity#testDelegationToken in the test report.
It can be found that HDFS-16563 is causing this problem.
The reason is because HDFS-16563 changed error msg, which made MR's Jinit Test assertion fail.