-
Notifications
You must be signed in to change notification settings - Fork 594
HDDS-2522. Fix TestSecureOzoneCluster #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Change LGTM, +1 thanks @adoroszlai for fixing this. |
dineshchitlangia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adoroszlai thanks for your contribution. It seems there is compilation failure.
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java
Show resolved
Hide resolved
… it breaks token delegation tests
dineshchitlangia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM. Thanks @xiaoyuyao for reviews and @adoroszlai for the fixes.
|
Thanks @xiaoyuyao and @dineshchitlangia for reviewing this. |
…apache#207) (cherry picked from commit 37273d1) Change-Id: I964a933d7d20fa8583bb2adf43f766ef0a298111 Co-authored-by: Tsz-Wo Nicholas Sze <szetszwo@apache.org> (cherry picked from commit ff717e2910677a6b3629a3ee9475258c2fcc5388)
What changes were proposed in this pull request?
Fix
TestSecureOzoneCluster, failing because it used the wrong principal for SCM.Plus code cleanup in additional commit.
https://issues.apache.org/jira/browse/HDDS-2522
How was this patch tested?
TestSecureOzoneClusternow passes . No other code changed.