bilaharith commented on pull request #2607: URL: https://github.com/apache/hadoop/pull/2607#issuecomment-757129005
**Before the changes** [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAdlContractRenameLive>AbstractContractRenameTest.testRenameFileOverExistingFile:131->Assert.fail:88 expected rename(adl://bithgen1it.azuredatalakestore.net/test/source-256.txt, adl://bithgen1it.azuredatalakestore.net/test/dest-512.txt) to be rejected with exception, but got false [ERROR] TestAdlContractRenameLive.testRenameFileUnderFile:46 Expecting org.apache.hadoop.security.AccessControlException with text Parent path is not a folder. but got : "void" [ERROR] Errors: [ERROR] TestAdlContractGetFileStatusLive>AbstractContractGetFileStatusTest.testComplexDirActions:153->AbstractContractGetFileStatusTest.checkListStatusIteratorComplexDir:196 » NoClassDefFound [ERROR] TestAdlContractGetFileStatusLive>AbstractContractGetFileStatusTest.testListStatusIteratorFile:363->AbstractContractGetFileStatusTest.validateListingForFile:384 » NoClassDefFound [ERROR] TestAdlContractRootDirLive>AbstractContractRootDirectoryTest.testSimpleRootListing:251 » NoClassDefFound [INFO] [ERROR] Tests run: 893, Failures: 2, Errors: 3, Skipped: 3 [INFO] [ERROR] There are test failures. **After the change** [INFO] Results: [INFO] [ERROR] Errors: [ERROR] TestAdlContractGetFileStatusLive>AbstractContractGetFileStatusTest.testComplexDirActions:153->AbstractContractGetFileStatusTest.checkListStatusIteratorComplexDir:196 » NoClassDefFound [ERROR] TestAdlContractGetFileStatusLive>AbstractContractGetFileStatusTest.testListStatusIteratorFile:363->AbstractContractGetFileStatusTest.validateListingForFile:384 » NoClassDefFound [ERROR] TestAdlContractRootDirLive>AbstractContractRootDirectoryTest.testSimpleRootListing:251 » NoClassDefFound [INFO] [ERROR] Tests run: 893, Failures: 0, Errors: 3, Skipped: 3 [INFO] [ERROR] There are test failures. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
