-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19559. Fix failing unit tests. #8109
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
HADOOP-19559. Fix failing unit tests. #8109
Conversation
|
@steveloughran small PR that fixes those failing unit tests, somehow missed these in the last one |
|
💔 -1 overall
This message was automatically generated. |
|
License failure is my fault and being addressed in #8112; checkstyle is on an import Can you fix that? |
steveloughran
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 pending import fix
|
💔 -1 overall
This message was automatically generated. |
Description of PR
I missed the failing unit tests in my last PR, this fixes it.
How was this patch tested?
Tested in eu-west-1 with
mvn -Dparallel-tests^CDtestsThreadCount=16 clean verify, all good