iwasakims commented on issue #1950: HADOOP-16586. ITestS3GuardFsck, others 
fails when run using a local m…
URL: https://github.com/apache/hadoop/pull/1950#issuecomment-612243699
 
 
   I needed to remove wildcard import of `S3ATestUtils.*` from 
ITestPartialRenamesDeletes to fix the following error.
   ```
   [ERROR] 
testPartialEmptyDirDelete[bulk-delete=true](org.apache.hadoop.fs.s3a.impl.ITestPartialRenamesDeletes)
  Time elapsed: 0.022 s  <<< ERROR!
   java.lang.NullPointerException: No test bucket
        at 
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:895)
        at 
org.apache.hadoop.fs.s3a.S3ATestUtils.getTestBucketName(S3ATestUtils.java:739)
        at 
org.apache.hadoop.fs.s3a.impl.ITestPartialRenamesDeletes.createConfiguration(ITestPartialRenamesDeletes.java:326)
        at 
org.apache.hadoop.fs.contract.AbstractFSContractTestBase.setup(AbstractFSContractTestBase.java:186)
        at 
org.apache.hadoop.fs.s3a.AbstractS3ATestBase.setup(AbstractS3ATestBase.java:59)
        at 
org.apache.hadoop.fs.s3a.impl.ITestPartialRenamesDeletes.setup(ITestPartialRenamesDeletes.java:244)
           ...
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to