-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17608. Fix TestKMS failure #2880
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
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
iwasakims
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.
Do you think other tests refering SSL_MONITORING_THREAD_NAME (such as TestURLConnectionFactory and TestTimelineClient) should be fixed too?
|
Thank you @iwasakims!
|
|
TestTimelineClient -> YARN-10568 |
Reviewed-by: Masatake Iwasaki <[email protected]> (cherry picked from commit 2bd810a)
Reviewed-by: Masatake Iwasaki <[email protected]> (cherry picked from commit 2bd810a) (cherry picked from commit 77315ab) Conflicts: hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
Reviewed-by: Masatake Iwasaki <[email protected]> (cherry picked from commit 2bd810a) (cherry picked from commit 77315ab) Conflicts: hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java Co-authored-by: Akira Ajisaka <[email protected]>
Reviewed-by: Masatake Iwasaki <[email protected]> (cherry picked from commit 2bd810a) (cherry picked from commit 77315ab) Conflicts: hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java Co-authored-by: Akira Ajisaka <[email protected]> (cherry picked from commit 289c7d9)
Reviewed-by: Masatake Iwasaki <[email protected]>
HADOOP-16524 removed the reloader thread, so the related tests in TestKMS fail. Remove these.