adoroszlai commented on PR #4843:
URL: https://github.com/apache/ozone/pull/4843#issuecomment-1582003803
Thanks @ivanzlenko for updating the patch. The new test is failing with:
```
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.hadoop.ozone.om.request.s3.security.TestS3SecretRequestHelper
...
Caused by: java.lang.NullPointerException
at
org.apache.hadoop.security.authentication.util.KerberosName.getShortName(KerberosName.java:422)
at org.apache.hadoop.security.User.<init>(User.java:48)
at org.apache.hadoop.security.User.<init>(User.java:43)
at
org.apache.hadoop.security.UserGroupInformation.createRemoteUser(UserGroupInformation.java:1426)
at
org.apache.hadoop.ozone.om.request.s3.security.TestS3SecretRequestHelper.<clinit>(TestS3SecretRequestHelper.java:34)
```
https://github.com/ivanzlenko/ozone/actions/runs/5207802223/jobs/9395707878#step:6:2408
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]