DaveTeng0 commented on PR #4524:
URL: https://github.com/apache/ozone/pull/4524#issuecomment-1523686992

   > @DaveTeng0 please check unit test failure in `TestOMBucketCreateRequest`:
   > 
   > ```
   > Error:  Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
7.598 s <<< FAILURE! - in 
org.apache.hadoop.ozone.om.request.bucket.TestOMBucketCreateRequest
   > Error:  
org.apache.hadoop.ozone.om.request.bucket.TestOMBucketCreateRequest.testAcceptS3CompliantBucketNameCreationRegardlessOfStrictS3Setting
  Time elapsed: 0.267 s  <<< FAILURE!
   > java.lang.AssertionError: expected null, but 
was:<OmBucketInfo{volumeName='27dc6af2-106a-4fba-b47a-fbd1e0712c7d', 
bucketName='0c31409b-243c-4d62-a80e-ef7612306fd3', acls=[], 
isVersionEnabled=false, storageType=SSD, creationTime=1682465407211, 
bekInfo=null, sourceVolume='null', sourceBucket='null', objectID=0, updateID=1, 
metadata={key1=value1, key2=value2}, usedBytes=0, usedNamespace=0, 
quotaInBytes=-2, quotaInNamespace=-2, bucketLayout=FILE_SYSTEM_OPTIMIZED, 
owner=null, defaultReplicationConfig=null}>
   >    at org.junit.Assert.fail(Assert.java:89)
   >    at org.junit.Assert.failNotNull(Assert.java:756)
   >    at org.junit.Assert.assertNull(Assert.java:738)
   >    at org.junit.Assert.assertNull(Assert.java:748)
   >    at 
org.apache.hadoop.ozone.om.request.bucket.TestOMBucketCreateRequest.doValidateAndUpdateCache(TestOMBucketCreateRequest.java:324)
   >    at 
org.apache.hadoop.ozone.om.request.bucket.TestOMBucketCreateRequest.acceptBucketCreationHelper(TestOMBucketCreateRequest.java:285)
   >    at 
org.apache.hadoop.ozone.om.request.bucket.TestOMBucketCreateRequest.testAcceptS3CompliantBucketNameCreationRegardlessOfStrictS3Setting(TestOMBucketCreateRequest.java:253)
   > ```
   
   oh, yup! I pushed another commit afterwards to fix it. I think it's good 
now. Thanks attila!


-- 
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]

Reply via email to