Attila Doroszlai created HDDS-9969:
--------------------------------------
Summary: Bump maven-compiler-plugin to 3.9.0
Key: HDDS-9969
URL: https://issues.apache.org/jira/browse/HDDS-9969
Project: Apache Ozone
Issue Type: Task
Components: build
Reporter: Attila Doroszlai
Dependabot Package Upgrade: Bump org.apache.maven.plugins:maven-compiler-plugin
from 3.1 to 3.11.0
but some unit tests failing with 3.10.0 or later:
{code}
org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==>
expected: <org.apache.hadoop.ozone.s3.exception.OS3Exception> but was:
<java.lang.NullPointerException>
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:65)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:37)
at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3082)
at
org.apache.hadoop.ozone.s3.endpoint.TestBucketAcl.testAclInBodyWithGroupUser(TestBucketAcl.java:237)
...
Caused by: java.lang.NullPointerException
at
org.apache.hadoop.ozone.s3.endpoint.S3Acl.s3AclToOzoneNativeAclOnBucket(S3Acl.java:224)
at
org.apache.hadoop.ozone.s3.endpoint.BucketEndpoint.putAcl(BucketEndpoint.java:567)
at
org.apache.hadoop.ozone.s3.endpoint.BucketEndpoint.put(BucketEndpoint.java:297)
at
org.apache.hadoop.ozone.s3.endpoint.TestBucketAcl.lambda$testAclInBodyWithGroupUser$1(TestBucketAcl.java:237)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]