-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
YARN-9512. [JDK11] TestAuxServices#testCustomizedAuxServiceClassPath fails because of ClassCastException. #1806
Conversation
…fails because of ClassCastException.
I found this change is enough to pass the tests with Java 11. |
🎊 +1 overall
This message was automatically generated. |
LGTM (non-binding) |
Generally speaking it is not recommended to use exception to handle an expected condition due to performance concerns. But this is a test so I am ok. +1 from me thanks @adamantal for the review. |
Thanks @adamantal and @jojochuang for reviewing this! |
🎊 +1 overall
This message was automatically generated. |
…fails because of ClassCastException. (apache#1806)
JIRA: https://issues.apache.org/jira/browse/YARN-9512