You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/28 19:03:26 UTC

[GitHub] [hbase-filesystem] joshelser commented on pull request #15: HBASE-24963 [HBOSS] UTs failing when running against hadoop 3.3.

joshelser commented on pull request #15:
URL: https://github.com/apache/hbase-filesystem/pull/15#issuecomment-683089142


   ```
   [INFO] Running org.apache.hadoop.hbase.oss.contract.TestHBOSSContractRenameS3A
   [ERROR] Tests run: 10, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 9.049 s <<< FAILURE! - in org.apache.hadoop.hbase.oss.contract.TestHBOSSContractRenameS3A
   [ERROR] testRenamePopulatesFileAncestors(org.apache.hadoop.hbase.oss.contract.TestHBOSSContractRenameS3A)  Time elapsed: 0.144 s  <<< ERROR!
   java.io.FileNotFoundException: Expected to find a directory: not found s3a://embedded/hboss-junit-fork-0001/contract-tests/testRenamePopulatesFileAncestorsNew in s3a://embedded/hboss-junit-fork-0001/contract-tests
   Caused by: java.io.FileNotFoundException: No such file or directory: s3a://embedded/hboss-junit-fork-0001/contract-tests/testRenamePopulatesFileAncestorsNew
   
   [ERROR] testRenameNewFileSameDir(org.apache.hadoop.hbase.oss.contract.TestHBOSSContractRenameS3A)  Time elapsed: 0.095 s  <<< FAILURE!
   java.lang.AssertionError: rename(s3a://embedded/hboss-junit-fork-0001/contract-tests/rename_src, s3a://embedded/hboss-junit-fork-0001/contract-tests/rename_dest) returned false
   ```
   
   I see this when running locally `mvn clean verify -Dhadoop.profile=3 -Dhadoop3.version=3.3.0`. Am I doing something wrong?


----------------------------------------------------------------
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:
users@infra.apache.org